mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
fix(demo-app): username should not overflow info card (#1498)
This commit is contained in:
parent
7d48d12b06
commit
58558e5011
1 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,12 @@
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
|
|
||||||
|
div {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font: var(--font-label-large);
|
font: var(--font-label-large);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue