add nowrap to aside

This commit is contained in:
Quinten Kock 2025-08-13 02:14:35 +02:00
parent 810c34d4b0
commit 6eeabfd34b
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}