CSS for ul

This commit is contained in:
2024-05-01 12:09:58 +10:00
parent ededb36856
commit 6d51cc1395

View File

@@ -154,6 +154,18 @@ body.swal2-height-auto {
@apply text-sm bg-gray-100 rounded py-2 px-4 mb-4; @apply text-sm bg-gray-100 rounded py-2 px-4 mb-4;
} }
ul {
@apply list-disc ml-6 mb-4;
li {
@apply mb-2;
p {
@apply mb-0;
}
}
}
/* Color swatches */ /* Color swatches */
.color { .color {
white-space: nowrap; white-space: nowrap;