Skip to content

Commit 2f7e132

Browse files
committed
corrections
1 parent 1751771 commit 2f7e132

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

resources/sass/tailwind.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
with no bullets/numbers and no margin or padding. */
1919
.form-group ol,
2020
.form-group ul {
21-
list-style: revert-layer !important;
22-
margin: 0 !important;
23-
padding: revert-layer !important;
21+
list-style: revert-layer;
22+
margin: 0;
23+
padding: revert-layer;
2424
}
2525
}
2626

0 commit comments

Comments
 (0)