From 55254ae9f771de105ac314fad767d7e65d792b82 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 16 May 2015 16:32:51 -0400 Subject: [PATCH] typo --- src/css/dyna-rules.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/dyna-rules.css b/src/css/dyna-rules.css index d9e4820d2..04259d7d8 100644 --- a/src/css/dyna-rules.css +++ b/src/css/dyna-rules.css @@ -160,10 +160,10 @@ body[dir="rtl"] #commitButton:before { box-sizing: border-box; resize: none; visibility: hidden; - white-space: pre; /* this imples nowrap; break only on \n and
. + white-space: pre; /* this implies nowrap; break only on \n and
. nowrap doesn't consistently - respect \n's (example: Safari) per the CSS spec: - 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 */ word-wrap: normal; } #diff.edit textarea {