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

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>