mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-12 16:40:59 +00:00
Prevent .row from shrinking in flex container (#30940)
This commit is contained in:
parent
5faf41eb48
commit
92a728eae6
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
--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…
Reference in a new issue