File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed
Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 1616
1717 /* Ordered and unordered lists are unstyled by default,
1818 with no bullets/numbers and no margin or padding. */
19- . form-group ol ,
20- . form-group ul {
21- list-style : revert-layer ;
19+ ol ,
20+ ul {
21+ list-style : none ;
2222 margin : 0 ;
23- padding : revert-layer ;
23+ padding : 0 ;
2424 }
2525 }
2626
27+ .form-group ol .b-form-tags-list ,
28+ .form-group ul .b-form-tags-list {
29+ list-style : none;
30+ margin : 0 ;
31+ padding : 0 ;
32+ }
33+
34+ /* Reset the list style for the form-group */
35+ .form-group ol ,
36+ .form-group ul {
37+ list-style : revert-layer;
38+ margin : 0 ;
39+ padding : revert-layer;
40+ }
41+
2742 /* Reset the list style for the vue-form-renderer and screen-container */
2843 .multiselect__content-wrapper ul ,
2944 .multiselect__content-wrapper ol {
You can’t perform that action at this time.
0 commit comments