1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

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

Submodule jslib updated: c63ff4485e...3d958279d2

View File

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