aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdTagInput.vue
diff options
context:
space:
mode:
authorNotkea2020-01-31 18:09:33 +0100
committerGitHub2020-01-31 18:09:33 +0100
commit245fee3fe5abdc6ad14513ef6522446aba4c905a (patch)
tree749ec466c404499f19d571834262b87c14f0d0af /viewer/src/components/LdTagInput.vue
parentd94b987463169b254ab69a79ddb58e5beccb0941 (diff)
parentbe8ec3edaed843f08dac3d2bf2f10f7247ef3d3a (diff)
downloadldgallery-245fee3fe5abdc6ad14513ef6522446aba4c905a.tar.gz
Merge pull request #68 from pacien/oz-viewer
Diffstat (limited to 'viewer/src/components/LdTagInput.vue')
-rw-r--r--viewer/src/components/LdTagInput.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/viewer/src/components/LdTagInput.vue b/viewer/src/components/LdTagInput.vue
index ff354c6..eff02e6 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"
@@ -40,7 +40,7 @@
40 40
41<script lang="ts"> 41<script lang="ts">
42import { Component, Vue } from "vue-property-decorator"; 42import { Component, Vue } from "vue-property-decorator";
43import { Operation } from "@/@types/tag/Operation"; 43import { Operation } from "@/@types/Operation";
44import Tools from "@/tools"; 44import Tools from "@/tools";
45 45
46@Component 46@Component
@@ -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>