0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00

style(console): hidden role item info on overflow (#2979)

This commit is contained in:
Xiao Yijun 2023-01-18 11:52:57 +08:00 committed by GitHub
parent 3f1faf4784
commit 3a5025740a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,8 @@
flex: 1 1 0;
display: flex;
align-items: center;
margin-right: _.unit(2);
overflow: hidden;
.name {
@include _.text-ellipsis;