mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Avoid warning in Firefox for padding-right: auto
This commit is contained in:
@@ -4099,13 +4099,11 @@ img.tile-debug {
|
||||
}
|
||||
|
||||
.modal-shortcuts .shortcut-keys {
|
||||
padding-right: 10px;
|
||||
padding: 0 10px;
|
||||
color: #767676;
|
||||
text-align: right;
|
||||
}
|
||||
[dir='rtl'] .modal-shortcuts .shortcut-keys {
|
||||
padding-right: auto;
|
||||
padding-left: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user