mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -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;
|
cursor: default;
|
||||||
|
|
||||||
&.contained {
|
&.contained {
|
||||||
padding: _.unit(1) _.unit(2);
|
padding: _.unit(1) _.unit(1) _.unit(1) _.unit(3);
|
||||||
background: var(--color-layer-2);
|
background: var(--color-layer-2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue