diff --git a/src/css/dyna-rules.css b/src/css/dyna-rules.css index faf67230c..00686b11e 100644 --- a/src/css/dyna-rules.css +++ b/src/css/dyna-rules.css @@ -150,7 +150,8 @@ body[dir="rtl"] #commitButton:before { position: absolute; resize: none; visibility: hidden; - white-space: nowrap; + white-space: pre; /* this imples nowrap; break only on \n and
+ and nowrap doesn't always respect \n's (example: Safari). */ width: 100%; } #diff.edit textarea {