From 6eeabfd34b44ebc90624827b50e3d19e4c29cbfc Mon Sep 17 00:00:00 2001 From: Quinten Kock Date: Wed, 13 Aug 2025 02:14:35 +0200 Subject: [PATCH] add nowrap to aside --- src/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index fea68aa..499afe8 100644 --- a/src/index.css +++ b/src/index.css @@ -34,8 +34,9 @@ aside { resize: horizontal; overflow: hidden; border: 1px solid green; + white-space: nowrap; - min-width: 120px; + min-width: 90px; max-width: 50vw; width: 200px; }