We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 678b4a3 + c927222 commit bc8479bCopy full SHA for bc8479b
1 file changed
resources/sass/tailwind.css
@@ -16,14 +16,29 @@
16
17
/* Ordered and unordered lists are unstyled by default,
18
with no bullets/numbers and no margin or padding. */
19
- .form-group ol,
20
- .form-group ul {
21
- list-style: revert-layer;
+ ol,
+ ul {
+ list-style: none;
22
margin: 0;
23
- padding: revert-layer;
+ padding: 0;
24
}
25
26
27
+ .form-group ol.b-form-tags-list,
28
+ .form-group ul.b-form-tags-list {
29
30
+ margin: 0;
31
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
39
+ padding: revert-layer;
40
41
42
/* Reset the list style for the vue-form-renderer and screen-container */
43
.multiselect__content-wrapper ul,
44
.multiselect__content-wrapper ol {
0 commit comments