From ecdd605bca847795bf19d558685484ba119a16a5 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 22 Nov 2018 17:53:23 +0000 Subject: [PATCH] Allow wrapping within folder/template names It takes up a lot of vertical space if folders and templates can only break on the path separator (the `/`). --- app/assets/stylesheets/components/message.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/components/message.scss b/app/assets/stylesheets/components/message.scss index 003bffaeb..b0469c917 100644 --- a/app/assets/stylesheets/components/message.scss +++ b/app/assets/stylesheets/components/message.scss @@ -5,7 +5,7 @@ margin: 0; a { - display: inline-block; + display: inline; margin-bottom: -$gutter; padding-bottom: $gutter; } @@ -57,6 +57,7 @@ &-folder { a:first-child { + display: inline-block; text-indent: 40px; background-image: file-url('folder-blue-bold.svg'); background-repeat: no-repeat;