mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -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 {
|
.metadata {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
font: var(--font-title-1);
|
font: var(--font-title-1);
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
|
@include _.text-ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
|
|
Loading…
Add table
Reference in a new issue