fix bottom margins for grouping collections list

This commit is contained in:
Kyle Spearrin 2019-04-13 21:29:08 -04:00
parent d09c32fe26
commit 05329bd01c
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit c63ff4485eb8a0ff5b4e5c8ef3c851f4ca056646
Subproject commit 3d958279d219f0bd76c2fc4c0558c1f1a6e4fc5e

View File

@ -28,7 +28,7 @@
padding-bottom: 0;
padding-right: 5px;
> ul {
> ul, > div > ul {
margin: 0 0 15px 0;
}
}