Skip to content

Commit bf2c97e

Browse files
authored
Merge pull request #158 from jdev-org/wordbreak_doc
Fix word break style
2 parents 20e4005 + 4dfc683 commit bf2c97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/georchestra-theme.css

Lines changed: 1 addition & 1 deletion
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)