Skip to content

Commit e1ed6d6

Browse files
committed
Ellipsis text when branch selector gets too narrow. Fixes #4964
1 parent 0bc789d commit e1ed6d6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

webviews/createPullRequestViewNew/index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ svg path {
5656
padding-top: 2px;
5757
padding-left: 8px;
5858
text-align: left;
59+
overflow: hidden;
60+
white-space: nowrap;
61+
text-overflow: ellipsis;
5962
}
6063

6164
.merge {

0 commit comments

Comments
 (0)