style: add ellipsis class to CardSummary

This commit is contained in:
Javier Segarra 2025-04-01 14:52:05 +02:00
parent 02a78c662b
commit 40cfe2a5cc
1 changed files with 5 additions and 0 deletions

View File

@ -159,6 +159,7 @@ async function fetch() {
display: flex;
flex-direction: row;
margin-top: 2px;
align-items: start;
.label {
color: var(--vn-label-color);
width: 9em;
@ -169,6 +170,10 @@ async function fetch() {
flex-grow: 0;
flex-shrink: 0;
}
&.ellipsis > .value {
text-overflow: ellipsis;
white-space: pre;
}
.value {
color: var(--vn-text-color);
overflow: hidden;