mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Remove extra wrapper
This commit is contained in:
+5
-4
@@ -1441,10 +1441,6 @@ div.combobox {
|
||||
|
||||
/* Tag reference */
|
||||
|
||||
.preset-inspect {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.tag-reference-loading .icon {
|
||||
background-image: url(img/mini-loader.gif);
|
||||
background-position: 0 0;
|
||||
@@ -1465,6 +1461,11 @@ div.combobox {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.preset-list .tag-reference-body {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.additional-tags .tag-reference-body {
|
||||
border-bottom: 1px solid #ccc;
|
||||
float: left;
|
||||
|
||||
@@ -184,11 +184,7 @@ iD.ui.PresetList = function(context, entity) {
|
||||
.text(preset.name());
|
||||
|
||||
wrap.call(item.reference.button);
|
||||
|
||||
selection.append('div')
|
||||
.attr('class', 'preset-inspect col12')
|
||||
.style('max-height', '200px')
|
||||
.call(item.reference.body);
|
||||
selection.call(item.reference.body);
|
||||
}
|
||||
|
||||
item.choose = function() {
|
||||
|
||||
Reference in New Issue
Block a user