Skip to content

Commit 3ffce26

Browse files
authored
Removed hyphenation in links (#8754)
1 parent c721929 commit 3ffce26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/theme/styles/_layouts.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ p {
127127
user-select:inherit;
128128

129129
a {
130-
word-break: break-all;
131-
word-break: break-word;
132-
hyphens: auto;
130+
// word-break: break-all;
131+
// word-break: break-word;
132+
// hyphens: auto;
133133
color: var(--theme-link-color);
134134

135135
&:hover,

0 commit comments

Comments
 (0)