fix(css): prevent flex item overflow by setting min-width to 0

This commit is contained in:
charlie
2026-01-19 11:17:21 +08:00
parent 77537a337b
commit 3c9c18500f

View File

@@ -264,6 +264,7 @@
> .r {
flex: 1;
position: relative;
min-width: 0; /* prevent flex item overflow */
p {
@apply py-1 m-0;