]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Correct grammar in modal.scss (#28829)
authorAditya Shankar <49206592+aditya1906@users.noreply.github.com>
Mon, 27 May 2019 06:19:50 +0000 (11:49 +0530)
committerMartijn Cuppens <martijn.cuppens@gmail.com>
Mon, 27 May 2019 06:19:50 +0000 (08:19 +0200)
scss/_modal.scss

index 6b6770b32c24cce8f3079cdf42596c5c7bfb8422..1a5b9fdaf935d5668c8c8e59c4a828122693db13 100644 (file)
 .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;
 }