Don't break button text mid-word.

This commit is contained in:
Peter Fabian 2019-11-23 17:31:35 +01:00
parent e5fb7bee6d
commit 5d4619f7d6
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ a.button {
display: inline-block;
text-align: center;
box-sizing: border-box;
word-break: break-all;
word-break: break-word;
color: #fff;
text-decoration: none !important;