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 `/`).
This commit is contained in:
Chris Hill-Scott
2018-11-22 17:53:23 +00:00
parent d7e6e6ae90
commit ecdd605bca

View File

@@ -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;