mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
add min-height: 1px; to .span* classes to prevent grid columns from collapsing
This commit is contained in:
Vendored
+1
@@ -215,6 +215,7 @@ a:hover {
|
||||
|
||||
[class*="span"] {
|
||||
float: left;
|
||||
min-height: 1px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user