0
Fork 0
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:
wangsijie 2022-10-10 11:36:36 +08:00 committed by GitHub
parent 2249d717a8
commit ec3898f530
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;