High specificity breaks two column layout between mobile and large viewports #33996
Labels
CSS Styling
Related to editor and front end styles, CSS-specific issues.
[Status] Duplicate
Used to indicate that a current issue matches an existing one and can be closed
[Type] Bug
An existing feature does not function as intended
gutenberg/packages/block-library/src/columns/style.scss
Line 46 in 1eaad3c
Here I set the width of the image container on the left to
100px
Once I hit the above linked break point the
100px
gets overwritten by50% - 1em
which does not work at all:I get why
!important
is used here, but it makes it impossible to counter this in a sustainable way.The text was updated successfully, but these errors were encountered: