diff --git a/resources/sass/tailwind.css b/resources/sass/tailwind.css index bb1f49bd4b..9d9a8280d9 100644 --- a/resources/sass/tailwind.css +++ b/resources/sass/tailwind.css @@ -22,4 +22,12 @@ margin: 0; padding: 0; } - } \ No newline at end of file + } + + /* Reset the list style for the vue-form-renderer and screen-container */ + #screen-container ul, + #vue-form-renderer ul { + list-style: revert; + margin: revert; + padding: revert; + }