We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6db93d2 + 2f7e132 commit 0ca9f31Copy full SHA for 0ca9f31
1 file changed
resources/sass/tailwind.css
@@ -16,18 +16,18 @@
16
17
/* Ordered and unordered lists are unstyled by default,
18
with no bullets/numbers and no margin or padding. */
19
- ol,
20
- ul {
21
- list-style: none;
+ .form-group ol,
+ .form-group ul {
+ list-style: revert-layer;
22
margin: 0;
23
- padding: 0;
+ padding: revert-layer;
24
}
25
26
27
/* Reset the list style for the vue-form-renderer and screen-container */
28
- #screen-container ul,
29
- #vue-form-renderer ul {
30
- list-style: revert;
31
- margin: revert;
32
- padding: revert;
+ .multiselect__content-wrapper ul,
+ .multiselect__content-wrapper ol {
+ margin: revert-layer;
+ padding: 0px;
33
0 commit comments