提交 35e507ee 编写于 作者: A Aakash R Kanvinde 提交者: Oleg Nenashev

[JENKINS-58157] Fixing 'delete build' button too long (#4121)

* [JENKINS-58157] Fixing 'delete build' button too long

* Update breadcrumbs.css
上级 0c2d194f
......@@ -24,6 +24,7 @@
margin: 0;
height: 2em;
border-bottom: 1px solid #d3d7cf;
display:block;
}
#breadcrumbs LI {
......@@ -31,6 +32,7 @@
line-height:2em;
height: 2em;
color:#555753;
display:inline-block;
}
#breadcrumbs LI A {
......@@ -46,6 +48,12 @@
#breadcrumbs LI A:link, #breadcrumbs LI A:visited {
text-decoration:none;
color:#555753;
display: block;
max-width: 1330px;
float: left;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
#breadcrumbs LI A:hover, #crumbs LI A:focus {
......
......@@ -93,6 +93,7 @@ body {
body.two-column #main-panel {
margin-left: 320px;
display:block;
}
body.full-screen {
......@@ -112,6 +113,7 @@ body.full-screen #main-panel {
body.two-column #main-panel {
margin-left: 0;
display:block;
}
}
......@@ -122,6 +124,7 @@ body.full-screen #main-panel {
body.two-column #main-panel {
margin-left: 360px;
display:block;
}
}
......
......@@ -13,6 +13,12 @@
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h1.build-caption.page-headline {
max-width: 1200px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
......
......@@ -26,12 +26,16 @@
#tasks {
margin-bottom: 20px;
display: inline-block;
}
#tasks .task {
margin-bottom: 4px;
font-size: 14px;
max-width: 325px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/* buildQueue */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册