Avoid warning in Firefox for padding-right: auto

This commit is contained in:
Bryan Housel
2019-01-15 11:44:57 -05:00
parent d1a7400ed7
commit a9b8cfd4dc

View File

@@ -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;
}