mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 09:40:23 +00:00
fixes #9509: add margin around buttons so they don't shit the bed when wrapping
This commit is contained in:
parent
db684a1a61
commit
8e8fe8de93
1 changed files with 6 additions and 0 deletions
|
|
@ -437,6 +437,12 @@ body {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
.bs-example > .btn {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
/* Forms */
|
||||
.bs-example-control-sizing select,
|
||||
.bs-example-control-sizing input[type="text"] + input[type="text"] {
|
||||
|
|
|
|||
Loading…
Reference in a new issue