mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 17:52:55 +00:00
Merge pull request #1352 from tyrasd/master
inline "taginfo" help broken on "additional tags"
This commit is contained in:
@@ -1496,8 +1496,8 @@ div.combobox {
|
||||
|
||||
.additional-tags div.tag-help {
|
||||
float: left;
|
||||
width: 33.3333%;
|
||||
width: -webkit-calc(100% - 40px);
|
||||
width: 100%;
|
||||
width: -webkit-calc(100% + 40px);
|
||||
width: calc(100% + 40px);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user