Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
85dcbd0b
Commit
85dcbd0b
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add min-height: 1px; to .span* classes to prevent grid columns from collapsing
parent
cf9334bd
3 merge requests
!4855
Solved bug in bootstrap tooltip when entering and leaving quickly
,
!4830
Tabs should generate hide events
,
!4789
Typeahead. Added the ability to process serializable Objects as items from given source (According to guidelines )
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/css/bootstrap-responsive.css
+2
-0
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
+1
-0
docs/assets/css/bootstrap.css
less/mixins.less
+1
-0
less/mixins.less
with
4 additions
and
0 deletions
+4
-0
docs/assets/css/bootstrap-responsive.css
+
2
-
0
View file @
85dcbd0b
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
1
-
0
View file @
85dcbd0b
...
...
@@ -215,6 +215,7 @@ a:hover {
[
class
*=
"span"
]
{
float
:
left
;
min-height
:
1px
;
margin-left
:
20px
;
}
...
...
This diff is collapsed.
Click to expand it.
less/mixins.less
+
1
-
0
View file @
85dcbd0b
...
...
@@ -585,6 +585,7 @@
[class*="span"] {
float: left;
min-height: 1px; // prevent collapsing columns
margin-left: @gridGutterWidth;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets