Skip to content

Commit 54820e4

Browse files
committed
Remove extra margin on ordered list
Resolves #18.
1 parent 75f5f42 commit 54820e4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

examples/dist/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
.react-checkbox-tree ol {
66
padding-left: 0;
7+
margin: 0;
78
list-style-type: none;
89
}
910

src/less/react-checkbox-tree.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
ol {
88
padding-left: 0;
9+
margin: 0;
910
list-style-type: none;
1011

1112
ol {

src/sass/react-checkbox-tree.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ $rct-label-hover: rgba($rct-icon-color, .1) !default;
66

77
ol {
88
padding-left: 0;
9+
margin: 0;
910
list-style-type: none;
1011

1112
ol {

0 commit comments

Comments
 (0)