0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-04-07 23:01:25 -05:00

style(console): add padding-right for connector item name (#3487)

This commit is contained in:
Xiao Yijun 2023-03-18 21:04:36 +08:00 committed by GitHub
parent 0918415887
commit b23a85a2d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@
.name {
font: var(--font-label-2);
@include _.multi-line-ellipsis(1);
padding-right: _.unit(3);
}
.connectorId {