Skip to content

Commit 73622bb

Browse files
authored
Merge pull request linuxfrorg#306 from Trim/remove-hyphens-textarea
remove automatic hyphens when user edit text in textareas
2 parents 8c400ca + 5127592 commit 73622bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/assets/stylesheets/common/generics.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@
4040
#edition img[alt=""] {
4141
border: 3px dotted red;
4242
}
43+
44+
textarea {
45+
hyphens: none;
46+
}

0 commit comments

Comments
 (0)