From f3282b565604a28a3cd18df54db159cff1db692c Mon Sep 17 00:00:00 2001 From: Jesse Mandel Date: Mon, 19 Dec 2016 20:34:27 -0800 Subject: [PATCH] Update _modal.scss (#21346) pull->float comment --- scss/_modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_modal.scss b/scss/_modal.scss index bb5c21a1e0..61e51567cf 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -102,7 +102,7 @@ padding: $modal-inner-padding; text-align: right; // right align buttons border-top: $modal-footer-border-width solid $modal-footer-border-color; - @include clearfix(); // clear it in case folks use .pull-* classes on buttons + @include clearfix(); // clear it in case folks use .float-* classes on buttons } // Measure scrollbar width for padding body during modal show/hide