Fix positioning of Dockerfile command view

This commit is contained in:
Joseph Schorr 2018-06-06 12:15:17 -04:00
parent b0489aa8b0
commit 805705cc40
2 changed files with 4 additions and 17 deletions

View file

@ -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 {