0
Fork 0
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:
Charles Zhao 2022-12-26 16:56:55 +08:00 committed by GitHub
parent c4eb499cd9
commit 54c669da98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -59,6 +59,7 @@
.label {
font: var(--font-body-medium);
color: var(--color-text);
white-space: nowrap;
cursor: inherit;
}

View file

@ -46,7 +46,7 @@
}
.swapButton {
margin-right: _.unit(4);
margin: 0 _.unit(4);
}
&.verifyCodePrimary {