0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

refactor(console): add max-width to target scope tag (#3004)

This commit is contained in:
Xiao Yijun 2023-01-20 16:15:05 +08:00 committed by GitHub
parent 6b5eb4a0e6
commit 9b17a0b2d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,8 @@
overflow: hidden;
.name {
flex-shrink: 0;
max-width: 204px;
padding: _.unit(1) _.unit(2);
border-radius: 6px;
background: var(--color-neutral-95);