Skip to content

Commit 4d91ee7

Browse files
authored
Merge pull request #2219 from tf/hyphens-non-fix
Fix typo in hyphens none rule
2 parents 27e9005 + c65c7e9 commit 4d91ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entry_types/scrolled/package/src/frontend/EditableInlineText.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
}
2929

3030
.hyphens-none {
31-
hypens: none;
31+
hyphens: none;
3232
word-wrap: normal;
3333
}

0 commit comments

Comments
 (0)