mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -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;
|
||||
width: 400px;
|
||||
|
||||
div {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
span {
|
||||
font: var(--font-label-large);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue