0
Fork 0
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:
Charles Zhao 2022-07-08 23:17:05 +08:00 committed by GitHub
parent 7d48d12b06
commit 58558e5011
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,12 @@
border-radius: 8px;
width: 400px;
div {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
span {
font: var(--font-label-large);
}