aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdTagInput.vue
diff options
context:
space:
mode:
authorZero~Informatique2020-01-31 06:55:37 +0100
committerZero~Informatique2020-01-31 06:55:37 +0100
commit914aa63cb65f869be9b1707c160847be16f79a68 (patch)
tree9a180ff39dccaec17c6c111931aee1bbf04eaf0a /viewer/src/components/LdTagInput.vue
parent252dd6fc6f53ecd8b28e05a0514429472d53d08e (diff)
downloadldgallery-914aa63cb65f869be9b1707c160847be16f79a68.tar.gz
viewer: unified CSS classes to kebab case
Diffstat (limited to 'viewer/src/components/LdTagInput.vue')
-rw-r--r--viewer/src/components/LdTagInput.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/viewer/src/components/LdTagInput.vue b/viewer/src/components/LdTagInput.vue
index ff354c6..7bbecec 100644
--- a/viewer/src/components/LdTagInput.vue
+++ b/viewer/src/components/LdTagInput.vue
@@ -28,7 +28,7 @@
28 field="display" 28 field="display"
29 type="is-black" 29 type="is-black"
30 size="is-medium" 30 size="is-medium"
31 class="panelTagInput" 31 class="paneltag-input"
32 @typing="searchTags" 32 @typing="searchTags"
33 @add="onAdd" 33 @add="onAdd"
34 @remove="onRemove" 34 @remove="onRemove"
@@ -119,7 +119,7 @@ export default class LdTagInput extends Vue {
119</script> 119</script>
120 120
121<style lang="scss"> 121<style lang="scss">
122.panelTagInput .autocomplete .dropdown-content { 122.paneltag-input .autocomplete .dropdown-content {
123 max-height: 300px; 123 max-height: 300px;
124} 124}
125</style> 125</style>