Maintain full width for items without a path

This commit is contained in:
Chris Hill-Scott
2018-11-26 10:56:48 +00:00
parent ee991d0142
commit adcd699712
2 changed files with 17 additions and 1 deletions

View File

@@ -52,6 +52,22 @@
display: none;
}
&-without-ancestors {
.message-name {
a {
display: block;
&:first-child {
display: block;
}
}
}
}
}
&-folder {