1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Added site count to folder header

This commit is contained in:
Kyle Spearrin
2017-01-04 23:11:17 -05:00
parent 6787da7667
commit 8a8e2bdf80
2 changed files with 28 additions and 22 deletions

View File

@@ -187,6 +187,13 @@
background-color: transparent;
padding: 10px 10px;
color: @gray-light;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
small {
float: right;
}
}
}