Skip to content

Commit

Permalink
fix sentence wrap bug (microsoft#5310)
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Brown <[email protected]>
Co-authored-by: Geoff Cox (Microsoft) <[email protected]>
Co-authored-by: Soroush <[email protected]>
  • Loading branch information
4 people authored Dec 11, 2020
1 parent e7d9699 commit 667333a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const settingsContainer = css`
export const settingsContent = css`
width: 245px;
margin-left: 32px;
margin-right: 300px;
margin-right: 295px;
font-size: ${FontSizes.size14};
`;

Expand Down

0 comments on commit 667333a

Please sign in to comment.