mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
minor style tweak
This commit is contained in:
@@ -1147,7 +1147,6 @@ div.combobox {
|
||||
/* tag editor */
|
||||
|
||||
.inspector-inner.additional-tags {
|
||||
border-bottom: 1px solid #ccc;
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
|
||||
+443
-6440
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 496 KiB After Width: | Height: | Size: 511 KiB |
@@ -98,7 +98,7 @@ iD.ui.TagEditor = function(context, entity) {
|
||||
}
|
||||
|
||||
editorwrap.append('div')
|
||||
.attr('class','inspector-inner col12 fillL additional-tags')
|
||||
.attr('class','inspector-inner col12 fillL2 additional-tags')
|
||||
.call(tagList, preset.id === 'other');
|
||||
|
||||
// Don't add for created entities
|
||||
|
||||
Reference in New Issue
Block a user