Skip to content

Commit

Permalink
Merge pull request #5662 from WordPress/fix/button-text-wrap
Browse files Browse the repository at this point in the history
Button: Fix text wrap
  • Loading branch information
mcsf authored Mar 16, 2018
2 parents 7018b55 + 81a114e commit 15782d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/library/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ $blocks-button__line-height: $big-font-size + 6px;
padding: ( $blocks-button__height - $blocks-button__line-height ) / 2 24px;
text-align: center;
text-decoration: none;
white-space: nowrap;
word-break: break-word;
white-space: normal;
word-break: break-all;

&:hover,
&:focus,
Expand Down

0 comments on commit 15782d5

Please sign in to comment.