From e5dc9b1d0995fccd3ff4665a55b0994f14df75c1 Mon Sep 17 00:00:00 2001 From: Michael Scott <33229051+mscott9437@users.noreply.github.com> Date: Sun, 24 Dec 2023 09:18:47 -0600 Subject: [PATCH] Update styles in std docs to correct display glitch --- lib/docs/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/docs/index.html b/lib/docs/index.html index 9a3b5b7940..73f903d9fc 100644 --- a/lib/docs/index.html +++ b/lib/docs/index.html @@ -255,7 +255,7 @@ /* docs section */ .docs { flex-grow: 2; - padding: 0rem 0.7rem 2.4rem 1.4rem; + padding: 0rem 0.7rem 0rem 1.4rem; font-size: 1rem; background-color: var(--bg-color); overflow-wrap: break-word; @@ -746,7 +746,6 @@ } .flex-main { flex-direction: column; - display: block; } .sidebar { min-width: calc(100vw - 2.8rem);