mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
fix(console): checkbox label should not wrap (#2728)
This commit is contained in:
parent
c4eb499cd9
commit
54c669da98
2 changed files with 2 additions and 1 deletions
|
@ -59,6 +59,7 @@
|
|||
.label {
|
||||
font: var(--font-body-medium);
|
||||
color: var(--color-text);
|
||||
white-space: nowrap;
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
}
|
||||
|
||||
.swapButton {
|
||||
margin-right: _.unit(4);
|
||||
margin: 0 _.unit(4);
|
||||
}
|
||||
|
||||
&.verifyCodePrimary {
|
||||
|
|
Loading…
Add table
Reference in a new issue