Skip to content

Commit

Permalink
fix(form): fix label position outsite of checkbox container
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored and Juveniel committed May 12, 2023
1 parent efdb49b commit f10b924
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/default/scss/forms/_layout.scss
Expand Up @@ -61,8 +61,8 @@
.k-form {
border: 0;

.k-label,
kendo-label,
.k-form-field > .k-label,
.k-form-field > kendo-label,
.k-form-label {
margin-bottom: $kendo-form-label-margin-bottom;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions packages/fluent/scss/forms/_layout.scss
Expand Up @@ -47,8 +47,8 @@
.k-form {
border: 0;

.k-label,
kendo-label,
.k-form-field > .k-label,
.k-form-field > kendo-label,
.k-form-label {
margin-block-end: var( --kendo-form-label-margin-bottom, #{$kendo-form-label-margin-bottom} );
display: flex;
Expand Down

0 comments on commit f10b924

Please sign in to comment.