Commit 8c9e9e28 authored by Mark Otto's avatar Mark Otto
Browse files

Fix vertical button groups

parent efbf8373
15 merge requests!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!7329Fix for issue #7328,!7674Clear float on all when navbar is collapsed - v3,!7344Fixed .spanX selector (*= instead of ^=),!7346Fix compilation error,!7775added some tests for tooltip title setter,!8157Close Me: Docs "Customize and Download" button fix,!7509Proposed fix for allowing Collapse events ('show'/'hide') to be cancelled,!7964commit fixes #7792,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch,!7865Patch 2,!7651Drop the sizzle dependency to allow smaller builds targeting mobile devices
Showing with 2 additions and 0 deletions
+2 -0
......@@ -3659,6 +3659,7 @@ button.close {
.btn-group-vertical > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
......
......@@ -126,6 +126,7 @@
.btn-group-vertical > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical .btn:first-child {
......
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