Solve Prettier issue

This commit is contained in:
Massedil
2026-01-09 14:30:46 +01:00
parent 30f33f9c7c
commit ad5a59287d

View File

@@ -147,7 +147,7 @@ body {
/* TagInput */
.taginput {
@apply items-center
@apply items-center;
}
.taginput-container {
@apply bg-white dark:bg-zinc-700 p-1;
@@ -164,7 +164,7 @@ body {
.taginput .autocomplete .dropdown-menu {
@apply w-full;
}
.taginput-container .o-icon{
.taginput-container .o-icon {
@apply align-sub;
}
.o-taginput__counter {