2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-23 20:40:36 +03:00

#26975: remove grid columns min height

This commit is contained in:
Martijn Cuppens
2018-07-30 22:17:21 +02:00
committed by Mark Otto
parent c0fd91788e
commit 4def76c34e
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -33,7 +33,6 @@
// always setting `width: 100%;`. This works because we use `flex` values
// later on to override this initial width.
width: 100%;
min-height: 1px; // Prevent collapsing
padding-right: ($grid-gutter-width / 2);
padding-left: ($grid-gutter-width / 2);
}