Skip to content

Commit

Permalink
Remove max width 65% for branch names
Browse files Browse the repository at this point in the history
Branch names can expand to the available width in  `.branches-list-item`.
  • Loading branch information
jpedroso committed Feb 3, 2024
1 parent b554ec1 commit 3fca175
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/styles/ui/_branches.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@
.name {
flex-grow: 2;
@include ellipsis;
max-width: 65%;
margin-right: var(--spacing-half);

/* Used to highlight substring matches in filtered lists */
Expand Down

0 comments on commit 3fca175

Please sign in to comment.