Actions
Bug #8817
closed[J4] textareas have a min-height style applied
Description
Need a CSS fix for this as it causes some ugly UI issues in a few plugins. Below is the CSS Joomlas default template is applying.
textarea.form-control {
min-height: calc(1.5em + 1.2rem + 2px);
}
Actions