fix(front): fix TagInput width properly

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2024-01-05 17:37:23 +01:00
parent 01eecbf1d4
commit 6a4123f385
3 changed files with 4 additions and 5 deletions

View File

@@ -101,8 +101,3 @@ const tagsStrings = computed({
},
});
</script>
<style lang="scss" scoped>
:deep(.o-input__wrapper) {
display: initial;
}
</style>