aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_modal.scss2
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;
}