Steps to replicate the issue (include links if applicable):
- Browse to duplicate IDs (today)
What happens?:
A particularly long entry causes the table to fall out of the page column.
Notice the top right corner has obscured text from the Vector 2022 right hand column.
What should have happened instead?:
There should be some CSS that could be used to add some line breaks for particularly lengthy lines.
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
DetailsSubject Repo Branch Lines +/- Customize query in gerritEvent Timeline
Comment ActionsAdd to your CSS:
.mw-datatable code {
word-break: break-all;
}
The table still overflows if the content in the other columns is extremely wide, but I think that's unlikely to be an issue.
Comment ActionsChange #1085444 had a related patch set uploaded (by Arlolra; author: Arlolra):
[mediawiki/extensions/Linter@master] Break up long words in the lint errors tables
Comment ActionsChange #1085444 merged by jenkins-bot:
[mediawiki/extensions/Linter@master] Break up long words in the lint errors tables
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Customize query in gerritEvent TimelineComment Actions Add to your CSS: .mw-datatable code { word-break: break-all; } The table still overflows if the content in the other columns is extremely wide, but I think that's unlikely to be an issue. Comment Actions Change #1085444 had a related patch set uploaded (by Arlolra; author: Arlolra): [mediawiki/extensions/Linter@master] Break up long words in the lint errors tables Comment Actions Change #1085444 merged by jenkins-bot: [mediawiki/extensions/Linter@master] Break up long words in the lint errors tables |