@@ -63,14 +63,16 @@
margin-left: 6px;
font-size: 11px;
padding: 2px 6px;
- }
+ }
}
.card-item-body {
display: flex;
+ overflow: hidden;
.card-item-details {
.card-item-header {
@@ -83,10 +85,16 @@
.card-item-name {
color: $headings-color;
+ text-overflow: ellipsis;
+ width: 100%;
.card-item-sub-name {
color: $text-color-weak;
.card-list-layout-grid {