PullJosh / leopard-website

This repo contains the source code for the Leopard website
https://leopardjs.com
14 stars 2 forks source link

Some strangeness in tab view flex layout #42

Closed towerofnix closed 2 weeks ago

towerofnix commented 2 weeks 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.

Possibly flex-shrink or flex-basis is needed on the create button? Here's the same view if we add flex-basis: 200px:

PullJosh commented 2 weeks ago

Good catch! Thank you