Skip to content

Commit 7036677

Browse files
committed
Update ul styling to not include nav-tabs
1 parent 330919e commit 7036677

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/sass/tailwind.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
}
2626

2727
/* Reset the list style for the vue-form-renderer and screen-container */
28-
#screen-container ul,
29-
#vue-form-renderer ul {
28+
#screen-container ul:not(.nav-tabs):not(.nav-tabs ul),
29+
#vue-form-renderer ul:not(.nav-tabs):not(.nav-tabs ul) {
3030
list-style: revert;
3131
margin: revert;
3232
padding: revert;

0 commit comments

Comments
 (0)