mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 15:48:24 -04:00
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:
@@ -5,7 +5,7 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: inline-block;
|
display: inline;
|
||||||
margin-bottom: -$gutter;
|
margin-bottom: -$gutter;
|
||||||
padding-bottom: $gutter;
|
padding-bottom: $gutter;
|
||||||
}
|
}
|
||||||
@@ -57,6 +57,7 @@
|
|||||||
&-folder {
|
&-folder {
|
||||||
|
|
||||||
a:first-child {
|
a:first-child {
|
||||||
|
display: inline-block;
|
||||||
text-indent: 40px;
|
text-indent: 40px;
|
||||||
background-image: file-url('folder-blue-bold.svg');
|
background-image: file-url('folder-blue-bold.svg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|||||||
Reference in New Issue
Block a user