diff options
| author | Aditya Shankar <[email protected]> | 2019-05-27 11:49:50 +0530 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2019-05-27 08:19:50 +0200 |
| commit | 111024695a70e1133256b6aeaac41fae98c8150e (patch) | |
| tree | 5dd350e46b463cc012a857eb586b61f1e0eeac5c | |
| parent | de1a6e3201a2f047c5abd2430795be32d37e9a35 (diff) | |
| download | bootstrap-111024695a70e1133256b6aeaac41fae98c8150e.tar.xz bootstrap-111024695a70e1133256b6aeaac41fae98c8150e.zip | |
Correct grammar in modal.scss (#28829)
| -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 6b6770b32..1a5b9fdaf 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -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; } |
