Link current level in hierarchy from manage folder

Because that’s the page you come directly back from.
This commit is contained in:
Chris Hill-Scott
2018-11-16 15:22:51 +00:00
parent 738043c5c4
commit d3e7557058
3 changed files with 17 additions and 9 deletions

View File

@@ -67,7 +67,7 @@
white-space: nowrap;
a,
a:first-child,
&-folder {
display: inline-block;
@@ -81,10 +81,16 @@
a {
background-image: file-url('folder-blue.svg');
max-width: 33%;
overflow: hidden;
text-overflow: ellipsis;
padding-top: 5px;
display: inline-block;
vertical-align: top;
&:first-child {
background-image: file-url('folder-blue.svg');
max-width: 33%;
overflow: hidden;
text-overflow: ellipsis;
}
}