Changing word-break to follow standard

Changed "break-word" to "break-all" as this is standard across all
browsers and results with consistent behavior.
This commit is contained in:
Joshua Whatley
2017-09-13 21:23:49 -07:00
parent 63ee0a874c
commit 82b9341a06

View File

@@ -251,10 +251,11 @@
{ {
font-size: 16px; font-size: 16px;
display: flex;
flex: 0 3 auto; flex: 0 3 auto;
align-items: center; align-items: center;
word-break: break-word; word-break: break-all;
padding: 0 10px; padding: 0 10px;