fix(front): fix TagInput width properly
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
01eecbf1d4
commit
6a4123f385
|
@ -153,6 +153,9 @@ body {
|
|||
.taginput-item:first-child {
|
||||
@apply ml-2;
|
||||
}
|
||||
.taginput-input-wrapper {
|
||||
@apply block;
|
||||
}
|
||||
|
||||
/* Autocomplete */
|
||||
.autocomplete {
|
||||
|
|
|
@ -101,8 +101,3 @@ const tagsStrings = computed({
|
|||
},
|
||||
});
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
:deep(.o-input__wrapper) {
|
||||
display: initial;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -30,6 +30,7 @@ export const orugaConfig = {
|
|||
autocompleteClasses: {
|
||||
rootClass: "taginput-autocomplete",
|
||||
inputClasses: {
|
||||
rootClass: "taginput-input-wrapper",
|
||||
inputClass: "taginput-input",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue