From 4b97596982dbbf0cc713c6e92f8a8f9503882385 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 8 Feb 2016 22:34:38 -0800 Subject: [PATCH] Fixes #18949: Remove extra margin overrides for buttons in .modal-footer --- scss/_modal.scss | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/scss/_modal.scss b/scss/_modal.scss index 83bb4932be..a18c2ab971 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -101,20 +101,6 @@ text-align: right; // right align buttons border-top: 1px solid $modal-footer-border-color; @include clearfix(); // clear it in case folks use .pull-* classes on buttons - - // Properly space out buttons - .btn + .btn { - margin-bottom: 0; // account for input[type="submit"] which gets the bottom margin like all other inputs - margin-left: 5px; - } - // but override that for button groups - .btn-group .btn + .btn { - margin-left: -1px; - } - // and override it for block buttons as well - .btn-block + .btn-block { - margin-left: 0; - } } // Measure scrollbar width for padding body during modal show/hide