Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 5807da8

Browse files
committed
fix(client): add flex-wrap for mobile
1 parent 59ebf5c commit 5807da8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/client/assets/style/customize.css

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
text-align: var(--base-align);
2525
background: var(--color-background);
2626
position: relative;
27+
flex-wrap: wrap;
2728
}
2829

2930
.slide-internal-box {

0 commit comments

Comments
 (0)