Commit 85dcbd0b authored by Mark Otto's avatar Mark Otto
Browse files

add min-height: 1px; to .span* classes to prevent grid columns from collapsing

parent cf9334bd
3 merge requests!4855Solved bug in bootstrap tooltip when entering and leaving quickly,!4830Tabs should generate hide events,!4789Typeahead. Added the ability to process serializable Objects as items from given source (According to guidelines )
Showing with 4 additions and 0 deletions
+4 -0
......@@ -107,6 +107,7 @@
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 30px;
}
.container,
......@@ -453,6 +454,7 @@
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
.container,
......
......@@ -215,6 +215,7 @@ a:hover {
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
......
......@@ -585,6 +585,7 @@
[class*="span"] {
float: left;
min-height: 1px; // prevent collapsing columns
margin-left: @gridGutterWidth;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment