This commit is contained in:
Simon Martens
2025-06-04 23:49:38 +02:00
parent b8e43efc2a
commit 4b2e1c4f9a
5 changed files with 1000 additions and 694 deletions

View File

@@ -180,12 +180,12 @@
}
.mss-selected-items-container {
@apply border border-gray-300 p-1.5 rounded;
@apply py-2 rounded;
/* Tailwind classes from component: flex flex-wrap gap-1 mb-1 min-h-[38px] */
}
.mss-no-items-text {
@apply italic text-xs text-gray-500 p-1 w-full; /* Adjusted font size slightly to match 'xs' */
@apply italic text-xs text-gray-500 w-full; /* Adjusted font size slightly to match 'xs' */
}
.mss-selected-item-pill {