Skip to content

Commit ca55e55

Browse files
committed
Docs: Unset min-width from checkbox and radio in docs site
1 parent 528cc56 commit ca55e55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/static/css/docs.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ input[type="checkbox"],
235235
input[type="radio"] {
236236
display: inline-block;
237237
width: auto;
238+
min-width: 0;
238239
vertical-align: middle;
239240
}
240241
fieldset {
@@ -627,6 +628,7 @@ button.rjf-add-button:hover {
627628
}
628629
.rjf-multiselect-field-option label > input[type="checkbox"] {
629630
width: auto;
631+
min-width: 0;
630632
display: inline-block;
631633
vertical-align: middle;
632634
margin-right: 3px;

0 commit comments

Comments
 (0)