Skip to content

Commit be910e8

Browse files
lazdGarthDB
authored andcommitted
fix: make quiet Text area 1 line tall by default, fixes #442 (#447)
1 parent f069c00 commit be910e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/textfield/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,9 @@ governing permissions and limitations under the License.
191191
&.is-valid {
192192
background-position: var(--spectrum-textfield-quiet-invalid-background-position);
193193
}
194+
195+
&.spectrum-Textfield--multiline {
196+
height: var(--spectrum-textfield-height);
197+
min-height: var(--spectrum-textfield-height);
198+
}
194199
}

0 commit comments

Comments
 (0)