Commit 98368c0c authored by Mark Otto's avatar Mark Otto

fixes #9632: button spacing in narrow viewports

parent c0c72a64
...@@ -438,10 +438,14 @@ body { ...@@ -438,10 +438,14 @@ body {
} }
/* Buttons */ /* Buttons */
.bs-example > .btn { .bs-example > .btn,
.bs-example > .btn-group {
margin-top: 5px; margin-top: 5px;
margin-bottom: 5px; margin-bottom: 5px;
} }
.bs-example > .btn-toolbar + .btn-toolbar {
margin-top: 10px;
}
/* Forms */ /* Forms */
.bs-example-control-sizing select, .bs-example-control-sizing select,
...@@ -536,6 +540,10 @@ body { ...@@ -536,6 +540,10 @@ body {
.bs-example-tooltips { .bs-example-tooltips {
text-align: center; text-align: center;
} }
.bs-example-tooltips > .btn {
margin-top: 5px;
margin-bottom: 5px;
}
/* Popovers */ /* Popovers */
.bs-example-popover { .bs-example-popover {
......
This diff is collapsed.
Markdown is supported
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