mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-20 01:53:28 +00:00
Don't capitalize first letter of error message in Persian
(closes #5877, re: #5679)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user