Skip to content

Commit

Permalink
Merge pull request #4181 from maya/fix-radio-tile
Browse files Browse the repository at this point in the history
Fix radio tile margins
  • Loading branch information
thisisdano committed May 24, 2021
2 parents 76f8f2d + 8306942 commit 1a92a6a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -130,7 +130,7 @@
border: units($theme-input-tile-border-width) solid
color($theme-input-tile-border-color);
border-radius: radius($theme-input-tile-border-radius);
margin: units(1) 0;
margin-top: units(1);
padding: units(1.5) units(2) units(1.5) units(5);
}

Expand Down

0 comments on commit 1a92a6a

Please sign in to comment.