Skip to content

Commit 9fb309f

Browse files
Andre Quispesaraviafacebook-github-bot
authored andcommitted
collapse Take Snapshot button and TabBar to single row
Summary: Problem: The take store snapshot and copy content buttons are in its own row, but take too much vertical space that could be used to show more record information. Proposal: move them to the same row as te rest of the tab bars. Reviewed By: tyao1 Differential Revision: D59659890 fbshipit-source-id: 147e3e13e99fc37a0ee2ec0b6caafe32be3c36a3
1 parent 5bf2361 commit 9fb309f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/devtools/views/StoreInspector/StoreInspector.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ export default function StoreInspector(props: {|
277277
<ButtonIcon type="copy" />
278278
</Button>
279279
<div className={styles.Spacer} />
280-
</div>
281-
<div className={styles.TabBar}>
282280
<div className={styles.Spacer} />
283281
<TabBar
284282
tabID={tab.id}

0 commit comments

Comments
 (0)