fix(item): label text aligns with input text (#24620)

Resolves #24404
This commit is contained in:
Sean Perkins
2022-01-21 10:30:56 -05:00
committed by GitHub
parent d3311df967
commit 94d033c421

View File

@@ -88,7 +88,7 @@ $item-md-input-counter-letter-spacing: .0333333333em !default;
// --------------------------------------------------
/// @prop - Margin top of the label
$item-md-label-margin-top: 11px !default;
$item-md-label-margin-top: 10px !default;
/// @prop - Margin end of the label
$item-md-label-margin-end: 0 !default;