mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 11:52:51 +01:00
Remove flex: 1 0 100% from rows (#31439)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
adf4567386
commit
a5fd5bcf81
@ -6,7 +6,6 @@
|
||||
--bs-gutter-x: #{$gutter};
|
||||
--bs-gutter-y: 0;
|
||||
display: flex;
|
||||
flex: 1 0 100%;
|
||||
flex-wrap: wrap;
|
||||
margin-top: calc(var(--bs-gutter-y) * -1); // stylelint-disable-line function-blacklist
|
||||
margin-right: calc(var(--bs-gutter-x) / -2); // stylelint-disable-line function-blacklist
|
||||
|
Loading…
x
Reference in New Issue
Block a user