Skip to content

Commit 6fcd43e

Browse files
committed
prevent text overflowing
1 parent 48f51ff commit 6fcd43e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/main.css

+4
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,8 @@
7777
.article ul {
7878
@apply mb-4;
7979
}
80+
81+
.article {
82+
@apply break-all;
83+
}
8084
}

0 commit comments

Comments
 (0)