diff --git a/docs/4.1/components/modal.md b/docs/4.1/components/modal.md index 3ed09170e1..0ee0ae2413 100644 --- a/docs/4.1/components/modal.md +++ b/docs/4.1/components/modal.md @@ -472,14 +472,26 @@ 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`. These sizes kick in at certain breakpoints to avoid horizontal scrollbars on narrower viewports. +Modals have three optional sizes, available via modifier classes to be placed on a `.modal-dialog`. These sizes kick in at certain breakpoints to avoid horizontal scrollbars on narrower viewports.
+
{% highlight html %} + + + + + @@ -503,6 +515,23 @@ Modals have two optional sizes, available via modifier classes to be placed on a {% endhighlight %} + +