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 {
|
||||
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;
|
||||
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.build-logs-view .dockerfile-command {
|
||||
position: inherit;
|
||||
}
|
||||
|
||||
.build-logs-view .dockerfile-command .command-title {
|
||||
|
|
Reference in a new issue