Skip to content

Commit

Permalink
3 column layout: Enforce no right margin on align-left container
Browse files Browse the repository at this point in the history
Override Gutenberg parent element specificity
  • Loading branch information
adamwoodnz committed May 7, 2024
1 parent 20608b1 commit 7a7464c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
max-width: 100%;

&.alignleft {
margin-inline-end: 0;
margin-inline-end: 0 !important;
}

> * {
Expand Down

0 comments on commit 7a7464c

Please sign in to comment.