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);
}
Updated by beat almost 3 years ago
- Target version changed from CB 2.7 to CB 2.7.2
Updated by krileon over 2 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1781
Actions