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

@@ -153,6 +153,9 @@ body {
.taginput-item:first-child {
@apply ml-2;
}
.taginput-input-wrapper {
@apply block;
}
/* Autocomplete */
.autocomplete {