Fix Dockerfile command view for FROM with as clause

This commit is contained in:
Joseph Schorr 2017-06-23 16:04:05 -04:00
parent 09e9b5cb53
commit e0a1e05c52
2 changed files with 9 additions and 3 deletions

View file

@ -31,11 +31,16 @@
}
.dockerfile-command .command-title {
font-family: Consolas, "Lucida Console", Monaco, monospace;
font-family: Consolas, "Lucida Console", Monaco, monospace !important;
padding-left: 90px;
display: inline-block;
}
.dockerfile-command .command-title a {
color: #5bc0de;
font-size: 15px;
}
.dockerfile-command .label {
color: white;