We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334855d commit 55254aeCopy full SHA for 55254ae
1 file changed
src/css/dyna-rules.css
@@ -160,10 +160,10 @@ body[dir="rtl"] #commitButton:before {
160
box-sizing: border-box;
161
resize: none;
162
visibility: hidden;
163
- white-space: pre; /* this imples nowrap; break only on \n and <br>.
+ white-space: pre; /* this implies nowrap; break only on \n and <br>.
164
nowrap doesn't consistently
165
- respect \n's (example: Safari) per the CSS spec:
166
- http://www.w3.org/wiki/CSS/Properties/white-space */
+ respect \n's (example: Safari) per the CSS spec:
+ http://www.w3.org/wiki/CSS/Properties/white-space */
167
word-wrap: normal;
168
}
169
#diff.edit textarea {
0 commit comments