We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07288a8 commit 3b6ea31Copy full SHA for 3b6ea31
src/jelu-ui/src/assets/style.css
@@ -130,7 +130,7 @@
130
}
131
132
.o-input__wrapper {
133
- @apply w-full items-center;
+ @apply w-full items-center h-full;
134
135
136
.o-input__wrapper .o-input {
@@ -176,7 +176,6 @@
176
177
.o-taginput__autocomplete {
178
height: 100%;
179
- @apply py-1;
180
181
182
.o-input.o-taginput__input {
@@ -300,11 +299,11 @@
300
299
301
302
.jelu-authorinput .o-taginput__item {
303
- @apply bg-success rounded my-1 items-center;
+ @apply bg-success rounded items-center mx-1;
304
305
306
.jelu-taginput .o-taginput__item {
307
- @apply bg-warning rounded text-warning-content my-1 items-center;
+ @apply bg-warning rounded text-warning-content items-center mx-1;
308
309
310
[data-theme="jelu"] .card {
0 commit comments