Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions resources/sass/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
}

/* Reset the list style for the vue-form-renderer and screen-container */
#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;
}

.multiselect__content-wrapper ul,
.multiselect__content-wrapper ol {
list-style: revert-layer;
Expand Down
Loading