2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Correct grammar in modal.scss (#28829)

This commit is contained in:
Aditya Shankar
2019-05-27 11:49:50 +05:30
committed by XhmikosR
parent 01a71532d9
commit 9508c4c11b
+1 -1
View File
@@ -158,7 +158,7 @@
.modal-body {
position: relative;
// Enable `flex-grow: 1` so that the body take up as much space as possible
// when should there be a fixed height on `.modal-dialog`.
// when there should be a fixed height on `.modal-dialog`.
flex: 1 1 auto;
padding: $modal-inner-padding;
}