forked from potsda.mn/mobilizon
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 {
|
.taginput-item:first-child {
|
||||||
@apply ml-2;
|
@apply ml-2;
|
||||||
}
|
}
|
||||||
|
.taginput-input-wrapper {
|
||||||
|
@apply block;
|
||||||
|
}
|
||||||
|
|
||||||
/* Autocomplete */
|
/* Autocomplete */
|
||||||
.autocomplete {
|
.autocomplete {
|
||||||
|
|
|
@ -101,8 +101,3 @@ const tagsStrings = computed({
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
|
||||||
:deep(.o-input__wrapper) {
|
|
||||||
display: initial;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
|
@ -30,6 +30,7 @@ export const orugaConfig = {
|
||||||
autocompleteClasses: {
|
autocompleteClasses: {
|
||||||
rootClass: "taginput-autocomplete",
|
rootClass: "taginput-autocomplete",
|
||||||
inputClasses: {
|
inputClasses: {
|
||||||
|
rootClass: "taginput-input-wrapper",
|
||||||
inputClass: "taginput-input",
|
inputClass: "taginput-input",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue