fix(dashboard): improve kitten card responsiveness

This commit is contained in:
KostyaDanovsky 2017-09-12 14:30:26 +03:00
parent 04e012a87d
commit 7beefeccaa

View file

@ -32,6 +32,10 @@
text-align: justify;
color: nb-theme(color-fg-text);
font-weight: nb-theme(font-weight-light);
overflow: hidden;
text-overflow: ellipsis;
max-height: calc(1rem * 8 * #{nb-theme(line-height)});
}
}