Skip to content

Use only CSS to truncate commit message in blame

What does this MR do?

Changes to use pure CSS to truncate commit message in blame.

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

While I chose 450px as max-width to took care fluid layout including author's intention of !6218 (merged), what do you think is the best for td.blame-commit in files.scss?

While I finally chose 400px as max-width to took care fluid layout including author's intention of !6218 (merged), what do you think is the best for td.blame-commit in files.scss?

Why was this MR needed?

While this bug has existed since 2012 (34cea1cb, 9cd8f7b0), we should fix it to keep UX better.

Screenshots (if relevant)

before after
blame-truncate-before blame-truncate-after-v2

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #35163 (closed)

Edited by username-removed-100770

Merge request reports