mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 12:51:52 +02:00
keep width, add comment
This commit is contained in:
@@ -36,7 +36,8 @@
|
|||||||
}
|
}
|
||||||
.col#{$infix}-auto {
|
.col#{$infix}-auto {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
max-width: none;
|
width: auto;
|
||||||
|
max-width: none; // Reset earlier grid tiers
|
||||||
}
|
}
|
||||||
|
|
||||||
@for $i from 1 through $columns {
|
@for $i from 1 through $columns {
|
||||||
|
Reference in New Issue
Block a user