aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdTagInput.vue
diff options
context:
space:
mode:
authorZero~Informatique2020-01-30 22:58:27 +0100
committerZero~Informatique2020-01-30 22:58:27 +0100
commit17b1598c5a5a375e6eaa0763767368c05ba0f56e (patch)
treea05a973b954e452b1124b2d4b6df7261d5175b57 /viewer/src/components/LdTagInput.vue
parent42105af46681d81959a5d5a9a16ec9e98463a92e (diff)
downloadldgallery-17b1598c5a5a375e6eaa0763767368c05ba0f56e.tar.gz
viewer: Improved the proposition layout
Diffstat (limited to 'viewer/src/components/LdTagInput.vue')
-rw-r--r--viewer/src/components/LdTagInput.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/viewer/src/components/LdTagInput.vue b/viewer/src/components/LdTagInput.vue
index 7c9981f..ff354c6 100644
--- a/viewer/src/components/LdTagInput.vue
+++ b/viewer/src/components/LdTagInput.vue
@@ -27,7 +27,6 @@
27 :data="filteredTags" 27 :data="filteredTags"
28 field="display" 28 field="display"
29 type="is-black" 29 type="is-black"
30 icon="tag"
31 size="is-medium" 30 size="is-medium"
32 class="panelTagInput" 31 class="panelTagInput"
33 @typing="searchTags" 32 @typing="searchTags"