Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorAditya Shankar <49206592+aditya1906@users.noreply.github.com>2019-05-27 09:19:50 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-05-27 09:19:50 +0300
commit111024695a70e1133256b6aeaac41fae98c8150e (patch)
tree5dd350e46b463cc012a857eb586b61f1e0eeac5c /scss
parentde1a6e3201a2f047c5abd2430795be32d37e9a35 (diff)
Correct grammar in modal.scss (#28829)
Diffstat (limited to 'scss')
-rw-r--r--scss/_modal.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss
index 6b6770b32c..1a5b9fdaf9 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;
}