We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbadd01 commit ca3a3b8Copy full SHA for ca3a3b8
src/lib/input/_input-theme.scss
@@ -147,7 +147,7 @@
147
// The padding applied to the input-wrapper to reserve space for the subscript, since it's
148
// absolutely positioned. This is a combination of the subscript's margin and line-height, but we
149
// need to multiply by the subscript font scale factor since the wrapper has a larger font size.
150
- $wrapper-padding-bottom: ($subscript-margin-top + $line-height) * $subscript-font-scale;
+ $wrapper-padding-bottom: 0.5em + ($line-height * $subscript-font-scale);
151
152
.mat-input-container {
153
@include mat-typography-level-to-styles($config, input);
0 commit comments