aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah Issermann <[email protected]>2023-03-27 10:48:42 +0200
committerGitHub <[email protected]>2023-03-27 10:48:42 +0200
commit31f93e2aff5050877f499faca05dc4341942a40a (patch)
treeef4e21f1d57be8068ca0cdaa2506a23904fc3b91
parente34cf6a34ac9e81e63df01daa57c38b5c3712dee (diff)
downloadbootstrap-31f93e2aff5050877f499faca05dc4341942a40a.tar.xz
bootstrap-31f93e2aff5050877f499faca05dc4341942a40a.zip
Docs: fix Markdown table with empty column (#38342)
-rw-r--r--site/content/docs/5.3/components/modal.md2
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` |