Don't capitalize first letter of error message in Persian

(closes #5877, re: #5679)
This commit is contained in:
Bryan Housel
2019-02-09 10:21:13 -05:00
parent 6ff381cb28
commit 48d001dcb9

View File

@@ -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 {