When you have an error message on textfields that have to wrap, the text wraps up instead of down.

Well, it doesn't have to wrap down, but as it stands, it's nigh unreadable.
Removing .mui-text-field .mui-text-field-error's bottom property and replacing it with top: 100%; does the trick for me, but I know that that will probably cause issues with stacked fields.
When you have an error message on textfields that have to wrap, the text wraps up instead of down.
Well, it doesn't have to wrap down, but as it stands, it's nigh unreadable.
Removing
.mui-text-field .mui-text-field-error'sbottomproperty and replacing it withtop: 100%;does the trick for me, but I know that that will probably cause issues with stacked fields.