Skip to content

Commit

Permalink
fixup! fix(material-experimental/mdc-form-field): update src/material…
Browse files Browse the repository at this point in the history
…-experimental/mdc-form-field/form-field.ts
  • Loading branch information
mmalerba committed Jun 14, 2022
1 parent f93c1a6 commit fc1e1e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
.mdc-floating-label--float-above {
--mat-mdc-form-field-label-transform: translateY(
-#{mdc-textfield.get-outlined-label-position-y($height)}) scale(0.75);
transform: var(--mat-mdc-form-field-label-transform);
}

// Add vertical spacing to the infix to ensure that outlined form fields have their controls
Expand Down

0 comments on commit fc1e1e8

Please sign in to comment.