break path if it would otherwise overflow

This commit is contained in:
Joshua Whatley
2017-09-08 16:53:43 -07:00
parent 7a4ef07c73
commit 63ee0a874c

View File

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