Skip to content

Commit

Permalink
Fix: #331 Atlas Checkbox and Radio Label element should have position…
Browse files Browse the repository at this point in the history
… relative so the input will stay inline with label
  • Loading branch information
drewbrokke authored and pat270 committed Mar 1, 2017
1 parent 88cbf3c commit 9bbd5d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/lexicon-base/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ fieldset[disabled] label {
label {
font-weight: 500;
padding-left: 25px;
position: relative;

@media (-webkit-min-device-pixel-ratio: 0) {
padding-left: 20px;
Expand Down

0 comments on commit 9bbd5d5

Please sign in to comment.