We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079c3e0 commit 5313ba1Copy full SHA for 5313ba1
packages/code-studio/src/main/AppMainContainer.tsx
@@ -963,7 +963,14 @@ export class AppMainContainer extends Component<
963
<Logo className="ml-1" style={{ maxHeight: '20px' }} />
964
{/* Only show the Code Studio tab if there is also an open dashboard */}
965
{tabs.length > 1 && (
966
- <div style={{ flexShrink: 0, flexGrow: 1, display: 'flex' }}>
+ <div
967
+ style={{
968
+ flexShrink: 0,
969
+ flexGrow: 1,
970
+ flexBasis: 0,
971
+ minWidth: 0,
972
+ }}
973
+ >
974
<NavTabList
975
tabs={tabs}
976
activeKey={activeTabKey}
0 commit comments