The CSS for the control-group field (most Joomla fields) uses an old floating hack to align the label with the field. I presume this is something that predates even J3. Basically it floats the label to take it out of the flow of the page and then places a left margin on the field to give it a fixed inset width. I propose moving them to use flex instead. It is a typical scenario flex is used designed for.
It is a change that would touch a large part of the Joomla UI so I am reluctant in making such a change without bringing it up as an issue first. Maybe there is a reason this wasn't done before that I am unaware of?
Labels |
Added:
?
|
that would be cool to fix
Does this require much change in HTML markup? Or are changes mostly limited to CSS?
No change required in the HTML. Change would be CSS only.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-01-27 21:51:07 |
Closed_By | ⇒ | ciar4n |
That would be great. Does this require much change in HTML markup? Or are changes mostly limited to CSS?