@fy-/fws-vue 2.2.59 → 2.2.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -423,7 +423,7 @@ function handleKeyNavigation(e: KeyboardEvent, index: number) {
|
|
|
423
423
|
}
|
|
424
424
|
|
|
425
425
|
.tag-text {
|
|
426
|
-
@apply mr-1.5
|
|
426
|
+
@apply mr-1.5;
|
|
427
427
|
}
|
|
428
428
|
|
|
429
429
|
/* Tag remove button */
|
|
@@ -508,10 +508,6 @@ function handleKeyNavigation(e: KeyboardEvent, index: number) {
|
|
|
508
508
|
|
|
509
509
|
/* Responsive adjustments */
|
|
510
510
|
@media (max-width: 640px) {
|
|
511
|
-
.tag-text {
|
|
512
|
-
@apply max-w-[120px];
|
|
513
|
-
}
|
|
514
|
-
|
|
515
511
|
.tags-input {
|
|
516
512
|
@apply p-1.5;
|
|
517
513
|
}
|