Don't break button text mid-word.
This commit is contained in:
parent
e5fb7bee6d
commit
5d4619f7d6
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue