Skip to content
Snippets Groups Projects

Prevent horizontal overflow on process list

Merged Erwan Rouchet requested to merge fix-process-list-overflow into master
All threads resolved!

Closes #1003 (closed)

I looked at ways to restrict tables in general from overflowing the page, since that is completely possible anywhere else in the frontend, for example in things that probably shouldn't just be a metadata. This would require table-layout: fixed, which causes all columns to have the same width and would cause even more display issues since we usually have some very long columns, and some very short. So I have instead added a class to quickly allow the browser to word-wrap very hard on specific columns on a case by case basis.

image

Merge request reports

Checking pipeline status.

Approval is optional

Merged by Bastien AbadieBastien Abadie 2 years ago (Jun 29, 2022 1:00pm UTC)

Merge details

  • Changes merged into master with b94b6635 (commits were squashed).
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Erwan Rouchet added 1 commit

    added 1 commit

    Compare with previous version

  • Bastien Abadie added 9 commits

    added 9 commits

    Compare with previous version

  • Bastien Abadie added 4 commits

    added 4 commits

    Compare with previous version

  • Bastien Abadie resolved all threads

    resolved all threads

  • Bastien Abadie mentioned in commit b94b6635

    mentioned in commit b94b6635

  • Please register or sign in to reply
    Loading