Update _modal.scss (#21346)

pull->float comment
This commit is contained in:
Jesse Mandel 2016-12-19 20:34:27 -08:00 committed by Mark Otto
parent e1653edb95
commit f3282b5656
1 changed files with 1 additions and 1 deletions

View File

@ -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