Closed charvolant closed 7 years ago
The offending item is ala-styles.css which has
.form-control {border-radius: 0;padding: 18.5px 12px;border: 1px solid #999;}
The padding reduces the text box to 0 height. Firefox honours this and doesn't show the form value. Chrome and Safari still show the form entry.
This should be happier now - deployed a change to ala-styles to remove padding from .form-control and apply to textarea.form-control and input-lg only.
.form-control
textarea.form-control
input-lg
The offending item is ala-styles.css which has
The padding reduces the text box to 0 height. Firefox honours this and doesn't show the form value. Chrome and Safari still show the form entry.