-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Truncate commit message on branches and prebuilds #6074
Conversation
<div> | ||
<div className="text-base text-gray-500 dark:text-gray-50 font-medium mb-1">{shortCommitMessage(p.info.changeTitle)}</div> | ||
<div className="truncate"> | ||
<div className="text-base text-gray-500 dark:text-gray-50 font-medium mb-1 truncate">{shortCommitMessage(p.info.changeTitle)}</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thought: Not sure if I'm missing something here but this works better when using the truncate
class on both elements. 🤷
@geropl could you take a look at this small change when you're free? priority: Low 🔅 |
@gtsiolis Sorry for this taking so long. I will try to improve my review workflow with the next free slot I can find 🙇 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good!
LGTM label has been added. Git tree hash: e48d7356e043c2fb5cba2dd257ba68bd05da363f
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: geropl Associated issue: #5335 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
This will truncate the commit message on branches and prebuilds.
Related Issue(s)
Fix #5335
Screenshots
How to test
Release Notes