Skip to content

Commit

Permalink
LayoutAuto - Don't set 'contain: layout'
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kaindl committed Nov 16, 2020
1 parent 3a30b10 commit c3e192e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LayoutAuto.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.layout-auto {
display: flex;
contain: layout;
}
.layout-auto > * {
margin: calc(var(--la-gap) / 2 * -1 * var(--rl-gap-size, 1rem));
Expand Down

0 comments on commit c3e192e

Please sign in to comment.