mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-02 05:01:38 +02:00
Fixes label button wrap on right-to-left layouts
This commit is contained in:
+2
-2
@@ -1254,10 +1254,10 @@ a.hide-toggle {
|
||||
right: 0;
|
||||
height: 100%;
|
||||
background: transparent;
|
||||
text-align: right;
|
||||
}
|
||||
[dir='rtl'] .form-label-button-wrap {
|
||||
text-align: left;
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.form-label-button-wrap .tag-reference-button {
|
||||
|
||||
Reference in New Issue
Block a user