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 42a688a commit 73cfc6aCopy full SHA for 73cfc6a
1 file changed
components/text-fields/formfields.css
@@ -78,12 +78,14 @@ fieldset.form-field legend {
78
user-select: none;
79
}
80
fieldset.form-field input, fieldset.form-field select {
81
+ --mw-calc-input-height: calc(var(--mw-input-height) - var(--label-size) + 2 * var(--mw-border-width));
82
box-sizing: border-box;
83
font-size: var(--font-size);
84
padding: 0;
85
margin: 0;
86
width: 100%;
- height: calc(var(--mw-input-height) - var(--label-size) + 2 * var(--mw-border-width));
87
+ height: var(--mw-calc-input-height);
88
+ max-height: var(--mw-calc-input-height);
89
margin-top: calc(-1 * var(--half-lbl));
90
padding-left: calc(var(--mw-padding-left) - var(--mw-border-width));
91
border: none;
0 commit comments