From 48d001dcb9024be670fc268bab1ec6338fed5fd0 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sat, 9 Feb 2019 10:21:13 -0500 Subject: [PATCH] Don't capitalize first letter of error message in Persian (closes #5877, re: #5679) --- css/80_app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 4715c07d4..f7028d98b 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -2618,6 +2618,9 @@ input.key-trap { .error-details-description-text::first-letter { text-transform: capitalize; } +[dir='rtl'] .error-details-description-text::first-letter { + text-transform: none; /* #5877 */ +} .note-save .new-comment-input, .error-save .new-comment-input {