fix(topbar): remove minWidth property for better layout handling (#115166)
This commit is contained in:
@@ -93,7 +93,6 @@ export const SingleTopBar = memo(function SingleTopBar({
|
||||
justifyContent={'flex-end'}
|
||||
flex={1}
|
||||
data-testid={!showToolbarLevel ? Components.NavToolbar.container : undefined}
|
||||
minWidth={{ xs: 'unset', lg: 0 }}
|
||||
>
|
||||
<TopBarExtensionPoint />
|
||||
<TopSearchBarCommandPaletteTrigger />
|
||||
|
||||
Reference in New Issue
Block a user