diff options
Diffstat (limited to 'viewer/src/components')
-rw-r--r-- | viewer/src/components/LdTagInput.vue | 4 |
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> |