aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index db1cb1778..e47805d37 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -348,6 +348,12 @@ body {
.bs-example-control-sizing input[type="text"] + input[type="text"] {
margin-top: 10px;
}
+.bs-example-form {
+ overflow: hidden;
+}
+.bs-example-form .input-group {
+ margin-bottom: 10px;
+}
/* List groups */
.bs-example > .list-group {