mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01: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
@ -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…
x
Reference in New Issue
Block a user