Fix positioning of Dockerfile command view
This commit is contained in:
parent
b0489aa8b0
commit
805705cc40
2 changed files with 4 additions and 17 deletions
|
@ -85,21 +85,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.build-logs-view .container-header .label {
|
.build-logs-view .container-header .label {
|
||||||
padding-top: 4px;
|
|
||||||
text-align: right;
|
|
||||||
margin-left: 2px;
|
|
||||||
margin-right: 10px;
|
|
||||||
width: 86px;
|
|
||||||
display: inline-block;
|
|
||||||
|
|
||||||
border-right: 4px solid #aaa;
|
|
||||||
background-color: #717171;
|
background-color: #717171;
|
||||||
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.build-logs-view .dockerfile-command {
|
|
||||||
position: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.build-logs-view .dockerfile-command .command-title {
|
.build-logs-view .dockerfile-command .command-title {
|
||||||
|
|
|
@ -27,12 +27,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.dockerfile-command {
|
.dockerfile-command {
|
||||||
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding-left: 96px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dockerfile-command .command-title {
|
.dockerfile-command .command-title {
|
||||||
font-family: Consolas, "Lucida Console", Monaco, monospace !important;
|
font-family: Consolas, "Lucida Console", Monaco, monospace !important;
|
||||||
padding-left: 90px;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,6 +55,6 @@
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 2px;
|
||||||
left: -4px;
|
left: 0px;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue