Unverified Commit 5b816330 authored by Gaël Poupard's avatar Gaël Poupard Committed by GitHub
Browse files

Backport #30979 (#30999)

fix(grid)[manual backport]: zero min-width on .col has too much side-effects
6 merge requests!36532My v4 dev,!34086v4: Fix prevented show event disables modals with fade class from being displayed again,!33729V4 dev,!33086V4 dev,!31901Add opacity utilities,!31513Update icons.md
Showing with 0 additions and 1 deletion
+0 -1
......@@ -34,7 +34,6 @@
.col#{$infix} {
flex-basis: 0;
flex-grow: 1;
min-width: 0; // See https://github.com/twbs/bootstrap/issues/25410
max-width: 100%;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment