From 6d51cc139502dedd0cf9579f2af2211f3ed31791 Mon Sep 17 00:00:00 2001 From: James Collins Date: Wed, 1 May 2024 12:09:58 +1000 Subject: [PATCH] CSS for ul --- resources/css/app.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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;