0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

fix(console): details page header text should not overflow its container (#4817)

This commit is contained in:
Charles Zhao 2023-11-03 11:43:10 +08:00 committed by GitHub
parent b118fc54a6
commit a1036f0690
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,10 +30,12 @@
.metadata {
flex: 1;
overflow: hidden;
.name {
font: var(--font-title-1);
color: var(--color-text);
@include _.text-ellipsis;
}
.row {