Commit 8e8fe8de authored by Mark Otto's avatar Mark Otto
Browse files

fixes #9509: add margin around buttons so they don't shit the bed when wrapping

parent db684a1a
Showing with 6 additions and 0 deletions
+6 -0
...@@ -437,6 +437,12 @@ body { ...@@ -437,6 +437,12 @@ body {
margin: 0; margin: 0;
} }
/* Buttons */
.bs-example > .btn {
margin-top: 5px;
margin-bottom: 5px;
}
/* Forms */ /* Forms */
.bs-example-control-sizing select, .bs-example-control-sizing select,
.bs-example-control-sizing input[type="text"] + input[type="text"] { .bs-example-control-sizing input[type="text"] + input[type="text"] {
......
Supports Markdown
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