2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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