Skip to content

Commit

Permalink
fix: style issue that data source selector in dev tools tab moved to …
Browse files Browse the repository at this point in the history
…left

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
  • Loading branch information
ruanyl committed Jul 21, 2024
1 parent 376ead0 commit def8648
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/plugins/dev_tools/public/application.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ function DevToolsWrapper({
onSelectedDataSource={onChange}
disabled={!dataSourceEnabled}
fullWidth={false}
compressed
/>
</div>
);
Expand Down
8 changes: 7 additions & 1 deletion src/plugins/dev_tools/public/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
}

.devAppDataSourceSelector {
margin: 7px 8px 0 0;
margin: 4px 8px 0 0;
min-width: 400px;
margin-left: auto;
}

.devAppTabs {
display: flex;
flex-flow: row wrap;
}

0 comments on commit def8648

Please sign in to comment.