Skip to content

Commit f93c1a6

Browse files
mmalerbadevversion
andcommitted
fix(material-experimental/mdc-form-field): update src/material-experimental/mdc-form-field/form-field.ts
Co-authored-by: Paul Gschwendtner <paulgschwendtner@gmail.com>
1 parent f003174 commit f93c1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-form-field/form-field.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ export class MatFormField
678678

679679
// Update the translateX of the floating label to account for the prefix container,
680680
// but allow the CSS to override this setting via a CSS variable when the label is
681-
// docked.
681+
// floating.
682682
floatingLabel.style.transform = `var(
683683
--mat-mdc-form-field-label-transform,
684684
${FLOATING_LABEL_DEFAULT_DOCKED_TRANSFORM} translateX(${labelHorizontalOffset}px

0 commit comments

Comments
 (0)