Skip to content

Commit b23337d

Browse files
committed
fix: 🔥 chart width fix
1 parent 60bf50b commit b23337d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/main/main.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
}
245245

246246
&--expanded {
247-
width: calc(100vw - 39.8rem);
247+
width: calc(100vw - 41.4rem);
248248
}
249249

250250
&--modal {

0 commit comments

Comments
 (0)