From e55434034c82792e0df810af03b9e47c8cd5dddd Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Thu, 20 Jul 2023 08:21:53 +0100 Subject: [PATCH] Update assets/scss/custom.scss --- assets/scss/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 0764c5e6..c147b645 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -355,7 +355,7 @@ footer { * results in annoying horizontal scrolling on mobile, so we instead * switch to a fixed table layout on a narrow browser width. * (On a wider width the default auto table-layout provides better readability.) - * + * * Docsy makes all tables "responsive tables", which causes Bootstrap 4 to create * tables with a "display" property of "block". * However, for "table-layout: fixed" to be effective, an element must have a