diff --git a/resources/css/app.css b/resources/css/app.css index f17dd67..5e9aaa5 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -154,6 +154,18 @@ body.swal2-height-auto { @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 { white-space: nowrap;