diff options
| author | Hannah Issermann <[email protected]> | 2023-03-27 10:48:42 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-27 10:48:42 +0200 |
| commit | 31f93e2aff5050877f499faca05dc4341942a40a (patch) | |
| tree | ef4e21f1d57be8068ca0cdaa2506a23904fc3b91 | |
| parent | e34cf6a34ac9e81e63df01daa57c38b5c3712dee (diff) | |
| download | bootstrap-31f93e2aff5050877f499faca05dc4341942a40a.tar.xz bootstrap-31f93e2aff5050877f499faca05dc4341942a40a.zip | |
Docs: fix Markdown table with empty column (#38342)
| -rw-r--r-- | site/content/docs/5.3/components/modal.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/components/modal.md b/site/content/docs/5.3/components/modal.md index e723a49ce..f556ed9f8 100644 --- a/site/content/docs/5.3/components/modal.md +++ b/site/content/docs/5.3/components/modal.md @@ -643,7 +643,7 @@ Another override is the option to pop up a modal that covers the user viewport, {{< bs-table >}} | Class | Availability | -| --- | --- | --- | +| --- | --- | | `.modal-fullscreen` | Always | | `.modal-fullscreen-sm-down` | `576px` | | `.modal-fullscreen-md-down` | `768px` | |
