From 63ee0a874cd4cf4f1442cb703832f3e42ce7b807 Mon Sep 17 00:00:00 2001 From: Joshua Whatley Date: Fri, 8 Sep 2017 16:53:43 -0700 Subject: [PATCH] break path if it would otherwise overflow --- src/style/_layout.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index 427c7dc5..407e8f1c 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -251,9 +251,11 @@ { font-size: 16px; - display: flex; + flex: 0 3 auto; align-items: center; + word-break: break-word; + padding: 0 10px; @include text_code();