From 95dffb327990a0690aec1719b2efbb91dfbb7c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Gonz=C3=A1lez=20Cabrero?= Date: Tue, 17 May 2016 15:14:07 +0200 Subject: [PATCH] Add new extra large size for modal containers --- docs/components/modal.md | 31 ++++++++++++++++++++++++++++++- scss/_modal.scss | 4 ++++ scss/_variables.scss | 1 + 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/docs/components/modal.md b/docs/components/modal.md index 16689f6ae0..56b4dfc2af 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -422,14 +422,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 %} + + + + + @@ -453,6 +465,23 @@ Modals have two optional sizes, available via modifier classes to be placed on a {% endhighlight %} + +