Skip to content
GitLab
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
8c9e9e28
Commit
8c9e9e28
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fix vertical button groups
parent
efbf8373
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+1
-0
docs/assets/css/bootstrap.css
less/button-groups.less
+1
-0
less/button-groups.less
with
2 additions
and
0 deletions
+2
-0
docs/assets/css/bootstrap.css
+
1
-
0
View file @
8c9e9e28
...
@@ -3659,6 +3659,7 @@ button.close {
...
@@ -3659,6 +3659,7 @@ button.close {
.btn-group-vertical
>
.btn
{
.btn-group-vertical
>
.btn
{
display
:
block
;
display
:
block
;
float
:
none
;
float
:
none
;
width
:
100%
;
max-width
:
100%
;
max-width
:
100%
;
}
}
...
...
This diff is collapsed.
Click to expand it.
less/button-groups.less
+
1
-
0
View file @
8c9e9e28
...
@@ -126,6 +126,7 @@
...
@@ -126,6 +126,7 @@
.btn-group-vertical > .btn {
.btn-group-vertical > .btn {
display: block;
display: block;
float: none;
float: none;
width: 100%;
max-width: 100%;
max-width: 100%;
}
}
.btn-group-vertical .btn:first-child {
.btn-group-vertical .btn:first-child {
...
...
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