mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
style(console): fix position of added tag (#2070)
This commit is contained in:
parent
2249d717a8
commit
ec3898f530
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@
|
|||
|
||||
.disabledLabel {
|
||||
position: absolute;
|
||||
right: _.unit(5);
|
||||
top: _.unit(5);
|
||||
right: _.unit(3);
|
||||
top: _.unit(3);
|
||||
background: var(--color-neutral-90);
|
||||
padding: _.unit(0.5) _.unit(2);
|
||||
border-radius: 10px;
|
||||
|
|
Loading…
Reference in a new issue