fix(editor): Restore checkbox label styling after sign-in (no-changelog) (#16008)

This commit is contained in:
Daria 2025-06-04 12:42:30 +03:00 committed by GitHub
parent 4f07ac394b
commit 8722e0c393
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,9 +86,3 @@ body {
padding-bottom: var(--spacing-xl);
}
</style>
<style lang="scss">
.el-checkbox__label span {
font-size: var(--font-size-2xs) !important;
}
</style>