setting margin on label

This commit is contained in:
Peter Holmberg
2019-02-01 15:03:19 +01:00
parent d1d5bbf697
commit 4b03e7c31f
3 changed files with 7 additions and 2 deletions

View File

@@ -109,6 +109,10 @@
width: 100%;
}
.card-item-label {
margin-left: 8px;
}
.card-item-sub-name {
color: $text-color-weak;
overflow: hidden;