mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(dashboard): improve kitten card responsiveness
This commit is contained in:
parent
04e012a87d
commit
7beefeccaa
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
color: nb-theme(color-fg-text);
|
color: nb-theme(color-fg-text);
|
||||||
font-weight: nb-theme(font-weight-light);
|
font-weight: nb-theme(font-weight-light);
|
||||||
|
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
max-height: calc(1rem * 8 * #{nb-theme(line-height)});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue