Skip to content

Commit

Permalink
style(rxForm): fix size of radio/checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Lamping committed Jun 20, 2014
1 parent 971e276 commit 588bdfc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/rxForm/rxForm.less
@@ -1,15 +1,12 @@
@import 'vars';

<<<<<<< HEAD
/*
# rxForm
*/
=======
.inputBorderPadding() {
border: 1px solid @inputBorder;
padding: 3px 5px;
}
>>>>>>> style(form): update border/spacing for input/select fields

.rx-form {
margin: 15px 0 0;
Expand Down Expand Up @@ -130,6 +127,8 @@ field-prefix, field-suffix and field-description are optional.
&[type="radio"],
&[type="checkbox"] {
width: auto;
max-width: none;
font-size: 1em;
vertical-align: middle;
}
}
Expand Down

0 comments on commit 588bdfc

Please sign in to comment.