Skip to content

Commit 353b459

Browse files
mrleemurraylemurra_microsoft
andauthored
Adjust padding and add text overflow for title element (#7793)
Co-authored-by: lemurra_microsoft <Lee.Murray@microsoft.com>
1 parent 44d9204 commit 353b459

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webviews/createPullRequestViewNew/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ button.input-box {
8787
/* Title, Description */
8888

8989
#title {
90-
padding-right: 23px;
90+
padding-right: 24px;
91+
text-overflow: ellipsis;
9192
}
9293

9394
.group-title {

0 commit comments

Comments
 (0)