diff options
| author | Mark Otto <[email protected]> | 2018-07-07 20:21:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-07-07 20:21:01 -0700 |
| commit | c6abb8ca8405777e8a3fb29016db5cc54889ec8b (patch) | |
| tree | a77de1113741aefe0876f6cbe6762ad5a1c4c9de | |
| parent | 17a25b72c8d414c265e389def7a7bdc5779be57a (diff) | |
| download | bootstrap-c6abb8ca8405777e8a3fb29016db5cc54889ec8b.tar.xz bootstrap-c6abb8ca8405777e8a3fb29016db5cc54889ec8b.zip | |
class
| -rw-r--r-- | docs/4.1/components/modal.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.1/components/modal.md b/docs/4.1/components/modal.md index 0d0fc49a6..ac9bf18e7 100644 --- a/docs/4.1/components/modal.md +++ b/docs/4.1/components/modal.md @@ -474,7 +474,7 @@ Embedding YouTube videos in modals requires additional JavaScript not in Bootstr 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. -<table class="table table-striped"> +<table class="table table-bordered table-striped"> <thead> <tr> <th>Size</th> |
