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:
parent
6b5eb4a0e6
commit
9b17a0b2d2
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue