fixes #9632: button spacing in narrow viewports
This commit is contained in:
parent
c0c72a64b4
commit
98368c0cca
2 changed files with 168 additions and 154 deletions
|
|
@ -438,10 +438,14 @@ body {
|
|||
}
|
||||
|
||||
/* Buttons */
|
||||
.bs-example > .btn {
|
||||
.bs-example > .btn,
|
||||
.bs-example > .btn-group {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.bs-example > .btn-toolbar + .btn-toolbar {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* Forms */
|
||||
.bs-example-control-sizing select,
|
||||
|
|
@ -536,6 +540,10 @@ body {
|
|||
.bs-example-tooltips {
|
||||
text-align: center;
|
||||
}
|
||||
.bs-example-tooltips > .btn {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
/* Popovers */
|
||||
.bs-example-popover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue