Closed OnlyOneJMJQ closed 2 years ago
I suspect the intended design to to have the tab stretch the full width of the box, like in the mobile layout:
It looks like the site is achieving this with flexbox and align-items: stretch
, but that property isn't applied to the desktop layout:
The same issue also manifests on the "Personal" tab:
cc: @nadonomy
Thanks for the report, have a fix ready for the next deployment.
Currently text runs to the edge of callout tabs on the pricing page. Applying
padding: 10px 15px
doesn't break any responsive styling and overall looks good to me.