Closed towerofnix closed 6 months ago
Here's the layout for the editor tabs, running Safari 17.4.1:
Pink lines are the main flex-direction: row container, blue/cyan lines are the "Create" button - which really is that wide.
flex-direction: row
Possibly flex-shrink or flex-basis is needed on the create button? Here's the same view if we add flex-basis: 200px:
flex-basis: 200px
Good catch! Thank you
Here's the layout for the editor tabs, running Safari 17.4.1:
Pink lines are the main
flex-direction: row
container, blue/cyan lines are the "Create" button - which really is that wide.Possibly flex-shrink or flex-basis is needed on the create button? Here's the same view if we add
flex-basis: 200px
: