From 335a2ca6dbc124b974f2b9564ce6c9f3d2e574ea Mon Sep 17 00:00:00 2001 From: Henry Jonas Date: Wed, 19 Nov 2025 16:06:46 -0400 Subject: [PATCH] FOUR-27984:There is a bullet point in the user list when we want to reassign --- resources/sass/tailwind.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/sass/tailwind.css b/resources/sass/tailwind.css index d5315c4990..b6c65bad4b 100644 --- a/resources/sass/tailwind.css +++ b/resources/sass/tailwind.css @@ -31,6 +31,13 @@ padding: 0; } + .form-group ol.dropdown-menu, + .form-group ul.dropdown-menu { + list-style: none; + margin: 0; + padding: 0; + } + /* Reset the list style for the form-group */ .form-group ol, .form-group ul {