From 7036677138ffcfc08df465a8c5a9f34d46230b2b Mon Sep 17 00:00:00 2001 From: Teisha McRae Date: Mon, 17 Nov 2025 16:20:06 -0500 Subject: [PATCH] Update ul styling to not include nav-tabs --- resources/sass/tailwind.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/sass/tailwind.css b/resources/sass/tailwind.css index 9d9a8280d9..34c0c7879e 100644 --- a/resources/sass/tailwind.css +++ b/resources/sass/tailwind.css @@ -25,8 +25,8 @@ } /* Reset the list style for the vue-form-renderer and screen-container */ - #screen-container ul, - #vue-form-renderer ul { + #screen-container ul:not(.nav-tabs):not(.nav-tabs ul), + #vue-form-renderer ul:not(.nav-tabs):not(.nav-tabs ul) { list-style: revert; margin: revert; padding: revert;