We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8fd8e commit ce80debCopy full SHA for ce80deb
packages/css/src/common/hyphenation.scss
@@ -6,7 +6,5 @@
6
@mixin hyphenation {
7
hyphenate-limit-chars: var(--ams-typography-hyphenate-limit-chars);
8
hyphens: auto;
9
-
10
- // Break overflowing words for browsers that don’t support CSS hyphens.
11
- overflow-wrap: break-word;
+ overflow-wrap: break-word; // Break overflowing words for browsers that don’t support CSS hyphens.
12
}
0 commit comments