You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's see if we can get some cleaner CSS fixes by defaulting this section to use box-sizing border-box. As noted by @Copons:
Just wanted to say that, apparently, lots of the glitches we're having with Gutenberg in Calypso are caused by the different box-sizing. Gutenberg defaults everything to border-box, while Calypso doesn't make such assumption and leaves the freedom to define it as needed.
The text was updated successfully, but these errors were encountered:
A follow up to #27525
Let's see if we can get some cleaner CSS fixes by defaulting this section to use box-sizing border-box. As noted by @Copons:
The text was updated successfully, but these errors were encountered: