Skip to content

Commit

Permalink
fix(fluent): add missing form-label bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored and Juveniel committed Aug 17, 2022
1 parent 7f77571 commit c0e61fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fluent/scss/forms/_layout.scss
Expand Up @@ -216,7 +216,7 @@
line-height: 1;
margin-block-end: calc( var( --kendo-padding-y-lg, #{$kendo-padding-y-lg} ) * 2 );
text-transform: uppercase;
padding: 0 var( --kendo-padding-x, #{$kendo-padding-x} ) 0 0;
padding-inline-end: var( --kendo-padding-x, #{$kendo-padding-x} );
width: auto;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/fluent/scss/forms/_variables.scss
Expand Up @@ -58,7 +58,7 @@ $kendo-form-legend-text-transform: uppercase !default;

/// The bottom margin of the form label
/// @group form
$kendo-form-label-margin-bottom: 0px !default;
$kendo-form-label-margin-bottom: map-get( $kendo-spacing, 2 ) !default;

/// The font weight of the form label
/// @group form
Expand Down

0 comments on commit c0e61fb

Please sign in to comment.