Skip to content

Commit 3b6ea31

Browse files
committed
fix: better taginput css
1 parent 07288a8 commit 3b6ea31

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/jelu-ui/src/assets/style.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
}
131131

132132
.o-input__wrapper {
133-
@apply w-full items-center;
133+
@apply w-full items-center h-full;
134134
}
135135

136136
.o-input__wrapper .o-input {
@@ -176,7 +176,6 @@
176176

177177
.o-taginput__autocomplete {
178178
height: 100%;
179-
@apply py-1;
180179
}
181180

182181
.o-input.o-taginput__input {
@@ -300,11 +299,11 @@
300299

301300

302301
.jelu-authorinput .o-taginput__item {
303-
@apply bg-success rounded my-1 items-center;
302+
@apply bg-success rounded items-center mx-1;
304303
}
305304

306305
.jelu-taginput .o-taginput__item {
307-
@apply bg-warning rounded text-warning-content my-1 items-center;
306+
@apply bg-warning rounded text-warning-content items-center mx-1;
308307
}
309308

310309
[data-theme="jelu"] .card {

0 commit comments

Comments
 (0)