Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
fix(Button): stop wrapping button text
Browse files Browse the repository at this point in the history
  • Loading branch information
justinanastos committed Oct 2, 2019
1 parent 30a02b6 commit 53084a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ export const Button: React.FC<Props> = ({
outline: 0,

textDecoration: "none",

whiteSpace: "nowrap",
},

!disabled && {
Expand Down

0 comments on commit 53084a4

Please sign in to comment.