Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 3a24bca

Browse files
MrGrigriamsheehan
authored andcommitted
feat(textfield): Add left and right margin to helptext
1 parent 7dab6ba commit 3a24bca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/mdc-textfield/mdc-textfield.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,11 @@ $mdc-textfield-disabled-border-on-dark: rgba(white, .3);
690690
opacity: 1;
691691
}
692692

693+
.mdc-textfield--box + & {
694+
margin-right: 16px;
695+
margin-left: 16px;
696+
}
697+
693698
// stylelint-enable plugin/selector-bem-pattern
694699
}
695700

0 commit comments

Comments
 (0)