Skip to content

Commit 072b758

Browse files
ridemountainpigkarthikbhandary2
authored andcommitted
[JENKINS-76299] Jenkins 2.536 and later overlap text when viewing builds for jobs with long names (jenkinsci#11334)
* Fix overlap text with long names * Update _breadcrumbs.scss * Update _breadcrumbs.scss
1 parent 79aba31 commit 072b758

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/scss/components/_breadcrumbs.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
max-width: 25ch;
6161
text-overflow: ellipsis;
6262
white-space: nowrap;
63+
overflow: hidden;
64+
display: inline-block;
6365
}
6466

6567
// '/' separator between two items

0 commit comments

Comments
 (0)