0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Set max-width to 100%

Fixes #27114
This commit is contained in:
Martijn Cuppens 2018-08-21 21:54:04 +02:00 committed by Mark Otto
parent 9f53e06e46
commit 19afb12b65

View File

@ -36,7 +36,7 @@
.col#{$infix}-auto {
flex: 0 0 auto;
width: auto;
max-width: none; // Reset earlier grid tiers
max-width: 100%; // Reset earlier grid tiers
}
@for $i from 1 through $columns {