mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
fixed the width rules for add tag button.
This commit is contained in:
+1
-2
@@ -1436,8 +1436,7 @@ div.combobox {
|
||||
/* Adding form fields to tag editor */
|
||||
|
||||
.inspector-inner .add-tag {
|
||||
width: -webkit-calc(50% - 20px);
|
||||
width: calc(50% - 20px);
|
||||
width: 40%;
|
||||
height: 30px;
|
||||
border-top: 0;
|
||||
background: rgba(0,0,0,.5);
|
||||
|
||||
Reference in New Issue
Block a user