mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
add min-height: 1px; to .span* classes to prevent grid columns from collapsing
This commit is contained in:
@@ -585,6 +585,7 @@
|
||||
|
||||
[class*="span"] {
|
||||
float: left;
|
||||
min-height: 1px; // prevent collapsing columns
|
||||
margin-left: @gridGutterWidth;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user