Skip to content

Commit

Permalink
fix: ensure button are will not wrap text by default
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <hellomikemurray@gmail.com>
  • Loading branch information
mikemurray committed Sep 27, 2019
1 parent daae150 commit 754032f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/src/theme/defaultTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ export const rawMuiTheme = {
root: {
lineHeight: 1.5,
padding: `${defaultSpacingUnit}px ${defaultSpacingUnit * 2}px`,
textTransform: "initial"
textTransform: "initial",
whiteSpace: "nowrap"
},
text: {
color: colors.coolGrey400,
Expand Down

0 comments on commit 754032f

Please sign in to comment.