copied from https://phabricator.wikimedia.org/T372085#10055195
- the vertical space is too large (this has also been critisized by several power users at dewiki).
- solution: reduce padding or line-height per CSS.
- there's too much whitespace between the columns without any benefit (this has also been critisized by several power users at dewiki).
- solution: don't use min-width: 100%; or set .cdx-table {max-width: fit-content;} in order to let the table fit the content (as in https://de.wikipedia.org/wiki/Spezial:LintErrors/fostered for example)
the table should be made more dense with these changes, because power users want the information to be presented not only clear, but also very dense, such that they don't have to scroll too much (with their mouse or their eyes) in any direction.
this should also partly solve T372085.