Skip to content

Commit

Permalink
Replace padding with margin on radio button label (microsoft#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
scomea authored Jan 11, 2019
1 parent 53da6f4 commit 712496d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fast-components-styles-msft/src/radio/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const styles: ComponentStyles<RadioClassNameContract, DesignSystem> = (
},
radio_label: {
...typographyPattern.rest,
[applyLocalizedProperty("paddingLeft", "paddingRight", direction)]: "8px",
[applyLocalizedProperty("marginLeft", "marginRight", direction)]: "8px",
},
radio__checked: {
"& $radio_stateIndicator": {
Expand Down

0 comments on commit 712496d

Please sign in to comment.