From fdf1d78c92ba368fd956789a2a2d38ffd48ea16c Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Mon, 13 May 2024 19:42:00 -0400 Subject: [PATCH] fix: re-add `width` to sidebar inputs --- src/overrides/Sidebar.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/overrides/Sidebar.astro b/src/overrides/Sidebar.astro index f179d0f2e..8e2fa6a11 100644 --- a/src/overrides/Sidebar.astro +++ b/src/overrides/Sidebar.astro @@ -64,6 +64,7 @@ const sidebarConfig: [string, boolean, Props][] = Astro.props.sidebar.map( cursor: pointer; user-select: none; margin-bottom: var(--sl-nav-pad-y); + width: 100%; min-height: fit-content; }