0
0
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:
Mark Otto 2013-08-14 15:39:21 -07:00
parent db684a1a61
commit 8e8fe8de93

View File

@ -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"] {