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:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user