Skip to content

Long commit messages overflow viewport in file tree

Filipa Lacerda requested to merge fl-22544-long-commit-message into master

What does this MR do?

Adds table-layout: fixed to the table in order to prevent it to overflow the viewport when the last commit message is bigger. This options allows us to keep a % width in the column.

The other solution I found would be to set a fixed max-width in pixels as it was before (see Screenshots)

Are there points in the code the reviewer needs to double check?

No.

Why was this MR needed?

A long commit messages overflows the viewport

Screenshots (if relevant)

With the current MR: long_commit_message table

With a fix width: max_width

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Fixes #22544 (closed)

Merge request reports