Skip to content

Commit 41a109b

Browse files
author
Mikail Bayram
authored
Merge pull request #110 from mh7777777/wordWrapFix
Word wrapping issue bug fix
2 parents cea63ea + 2053efe commit 41a109b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

widget/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@
102102
#txt h3,
103103
#txt h4,
104104
#txt h5,
105-
#txt h6 {
106-
word-break: break-all;
105+
#txt h6,
106+
#txt p {
107+
word-break: break-word;
107108
}
108109

109110
#txt h1 span,

0 commit comments

Comments
 (0)