fix: chart styles

This commit is contained in:
Cory Dransfeldt 2024-06-17 17:17:24 -07:00
parent ef6987da19
commit 8ab44b56c4
No known key found for this signature in database
3 changed files with 10 additions and 6 deletions

View file

@ -48,10 +48,14 @@
& .title {
font-weight: var(--font-weight-bold);
line-height: 1.5;
}
& .title,
& .subtext {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
line-height: 1.5;
}
& .title,
@ -64,12 +68,12 @@
& .subtext,
& .timestamp {
font-size: var(--font-size-sm);
white-space: nowrap;
}
& .timestamp {
margin-left: var(--sizing-lg);
text-align: right;
white-space: nowrap;
}
& .count {
@ -77,7 +81,7 @@
}
& .info {
max-width: calc(95% - var(--sizing-lg));
max-width: calc(75% - var(--sizing-lg));
}
}