mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
style(console): fix border style copy field padding (#1815)
This commit is contained in:
parent
186164536c
commit
7cf567dca7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.border {
|
&.border {
|
||||||
padding: _.unit(2) _.unit(3);
|
padding: _.unit(1) _.unit(3);
|
||||||
background: var(--color-layer-2);
|
background: var(--color-layer-2);
|
||||||
border: 1px solid var(--color-border);
|
border: 1px solid var(--color-border);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue