Update label styles for text wrapping, multiline titles on settings

makes Labels on settings page to wrap in 2 lines
This commit is contained in:
Christopher Drosos 2026-05-02 20:37:12 +03:00 committed by GitHub
parent 01e728bd84
commit f6683080b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,8 +29,8 @@
.label {
line-height: 1.5rem;
white-space: nowrap;
text-overflow: ellipsis;
white-space: normal;
word-break: break-word;
color: var(--primary-foreground-color);
}
}
@ -75,4 +75,4 @@
}
}
}
}
}