mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-10 07:37:27 +02:00
Correct grammar in modal.scss (#28829)
This commit is contained in:
committed by
Martijn Cuppens
parent
de1a6e3201
commit
111024695a
@@ -158,7 +158,7 @@
|
|||||||
.modal-body {
|
.modal-body {
|
||||||
position: relative;
|
position: relative;
|
||||||
// Enable `flex-grow: 1` so that the body take up as much space as possible
|
// 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;
|
flex: 1 1 auto;
|
||||||
padding: $modal-inner-padding;
|
padding: $modal-inner-padding;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user