fix(textfield): no longer inherits text-align from parents

Fixes #5509

PiperOrigin-RevId: 614835633
This commit is contained in:
Elizabeth Mitchell 2024-03-11 16:38:00 -07:00 committed by Copybara-Service
parent 34c0a6779e
commit 668f0ee5e9

View File

@ -16,6 +16,8 @@
display: inline-flex;
outline: none;
resize: both;
// Match default text-align of `<input>` instead of `inherit`.
text-align: start;
-webkit-tap-highlight-color: transparent;
}