From 8e8fe8de93b1d25273dcabe348e2d9205a428037 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 14 Aug 2013 15:39:21 -0700 Subject: [PATCH] fixes #9509: add margin around buttons so they don't shit the bed when wrapping --- assets/css/docs.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/docs.css b/assets/css/docs.css index ba90540d55..0a1f873170 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -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"] { -- 2.47.2