diff options
| author | Jesse Mandel <[email protected]> | 2016-12-19 20:34:27 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-19 20:34:27 -0800 |
| commit | f3282b565604a28a3cd18df54db159cff1db692c (patch) | |
| tree | 8fccd8c03f01d0a4eacfe03e1e75b76dda88ced9 | |
| parent | e1653edb958e32034c5b8f7afea23a9b4f1a0f24 (diff) | |
| download | bootstrap-f3282b565604a28a3cd18df54db159cff1db692c.tar.xz bootstrap-f3282b565604a28a3cd18df54db159cff1db692c.zip | |
Update _modal.scss (#21346)
pull->float comment
| -rw-r--r-- | scss/_modal.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss index bb5c21a1e..61e51567c 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 |
