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:
parent
b118fc54a6
commit
a1036f0690
1 changed files with 2 additions and 0 deletions
|
@ -30,10 +30,12 @@
|
|||
|
||||
.metadata {
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
|
||||
.name {
|
||||
font: var(--font-title-1);
|
||||
color: var(--color-text);
|
||||
@include _.text-ellipsis;
|
||||
}
|
||||
|
||||
.row {
|
||||
|
|
Loading…
Reference in a new issue