Skip to content

Commit ce80deb

Browse files
Move comment onto line it pertains to
1 parent 6d8fd8e commit ce80deb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/css/src/common/hyphenation.scss

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@
66
@mixin hyphenation {
77
hyphenate-limit-chars: var(--ams-typography-hyphenate-limit-chars);
88
hyphens: auto;
9-
10-
// Break overflowing words for browsers that don’t support CSS hyphens.
11-
overflow-wrap: break-word;
9+
overflow-wrap: break-word; // Break overflowing words for browsers that don’t support CSS hyphens.
1210
}

0 commit comments

Comments
 (0)