mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Link current level in hierarchy from manage folder
Because that’s the page you come directly back from.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user