mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-24 17:31:19 -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;
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user