Skip to content

Commit 4dfc683

Browse files
committedFeb 4, 2025·
Fix word break style
1 parent 20e4005 commit 4dfc683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎css/georchestra-theme.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -10293,7 +10293,7 @@ body::-webkit-scrollbar {
1029310293
}
1029410294

1029510295
a{
10296-
word-break: break-all;
10296+
word-break: break-word;
1029710297
}
1029810298

1029910299
/* Hide scrollbar for IE, Edge and Firefox */

0 commit comments

Comments
 (0)
Please sign in to comment.