Skip to content

Commit 0ea0872

Browse files
committed
fix: remove browser margin
1 parent 9e4920a commit 0ea0872

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/react/css/src/reset.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,9 @@ a[class^='ais-'] {
122122
display: none;
123123
}
124124
}
125+
126+
/* Reset checkboxes */
127+
.ais-RefinementList-checkbox,
128+
.ais-ToggleRefinement-checkbox {
129+
margin: 0;
130+
}

0 commit comments

Comments
 (0)