diff options
| author | Mark Otto <[email protected]> | 2016-02-06 20:31:27 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 20:31:27 -0800 |
| commit | cecc3017dc72ba312cffb56cc1e419c00fb1c259 (patch) | |
| tree | 4f2b23278611eee98b5c33a27274f39cc94d2b1f /docs | |
| parent | 64b88bd7075e165b77eb7bd38ceb34c235f30b0a (diff) | |
| parent | 6c2b0d2b76ba0b9667fc439592aa2976fd573702 (diff) | |
| download | bootstrap-cecc3017dc72ba312cffb56cc1e419c00fb1c259.tar.xz bootstrap-cecc3017dc72ba312cffb56cc1e419c00fb1c259.zip | |
Merge pull request #19105 from twbs/v4-modal-widths
v4: Update modal sizing
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/modal.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/modal.md b/docs/components/modal.md index e8627fe68..a8b1b4850 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -181,7 +181,7 @@ Embedding YouTube videos in modals requires additional JavaScript not in Bootstr ## Optional sizes -Modals have two optional sizes, available via modifier classes to be placed on a `.modal-dialog`. +Modals have two optional sizes, available via modifier classes to be placed on a `.modal-dialog`. These size kick in at certain breakpoints to avoid horizontal scrollbars on narrower viewports. <div class="bd-example"> <button type="button" class="btn btn-primary" data-toggle="modal" data-target=".bd-example-modal-lg">Large modal</button> |
