mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
style(console): fix copytoclipboard padding (#1813)
This commit is contained in:
parent
8e4ef2ff25
commit
4161d0b297
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
cursor: default;
|
||||
|
||||
&.contained {
|
||||
padding: _.unit(1) _.unit(2);
|
||||
padding: _.unit(1) _.unit(1) _.unit(1) _.unit(3);
|
||||
background: var(--color-layer-2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue