Fix Dockerfile command view for FROM
with as
clause
This commit is contained in:
parent
09e9b5cb53
commit
e0a1e05c52
2 changed files with 9 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Reference in a new issue