mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -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 {
|
.disabledLabel {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: _.unit(5);
|
right: _.unit(3);
|
||||||
top: _.unit(5);
|
top: _.unit(3);
|
||||||
background: var(--color-neutral-90);
|
background: var(--color-neutral-90);
|
||||||
padding: _.unit(0.5) _.unit(2);
|
padding: _.unit(0.5) _.unit(2);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
Loading…
Reference in a new issue