This can be seen on cswiki when the panel is at its narrowest. The footer copy overlaps when it goes over a single line.
Proposed fix
This involves:
- Allowing footer height to adjust to fit content
- Update the line-height from .mw-ge-help-panel-processdialog .suggested-edits-panel-footer-text {line-height:0.65} to a line-height:1.3;
Notes:
@Catrope has advised there may be knock on effects on the panel scrolling behavior if the footer is height is changed from a fixed number to "fit-content".
Maybe doable by using flexbox and setting a min-height, but in the interim we may wish to allow ellipsis for when footer text is over one line.