Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit df1a6d1

Browse files
committed
fix: add min-width: 0
1 parent 74383a4 commit df1a6d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ body {
88
.dark {
99
color-scheme: dark;
1010
}
11+
12+
* {
13+
min-width: 0;
14+
}

0 commit comments

Comments
 (0)