You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to set a specific width for the commit label format
${❰❰ tips ❱❱}${message}
I've tried adding
${❰❰ tips|30 ❱❱}${message}
${❰❰ tips|30? ❱❱}${message}
but no matter how much width/padding I give it, it always truncates the branches so it looks like so
I'd like for the branch names to fill the available space so I can see all branches at a given commit tip. Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions