From 31f93e2aff5050877f499faca05dc4341942a40a Mon Sep 17 00:00:00 2001 From: Hannah Issermann Date: Mon, 27 Mar 2023 10:48:42 +0200 Subject: [PATCH] Docs: fix Markdown table with empty column (#38342) --- site/content/docs/5.3/components/modal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.3/components/modal.md b/site/content/docs/5.3/components/modal.md index e723a49ce2..f556ed9f82 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` |