Displaying port mappings on container lists. Neater json formatting.
This commit is contained in:
@@ -110,4 +110,18 @@ padding: 5px 15px;
|
||||
.details__entrypoint { display: inline-block; width: 210px; }
|
||||
.details__image { display: inline-block; }
|
||||
|
||||
.details__more-info {display: none; }
|
||||
.details__more-info { margin: 5px 10px; }
|
||||
.more-info__ports { }
|
||||
.more-info__ports--line {
|
||||
display: list-item;
|
||||
list-style-position: inside;
|
||||
margin: 8px 8px;
|
||||
}
|
||||
|
||||
.container_attribute {
|
||||
|
||||
}
|
||||
.container_attribute-details {
|
||||
white-space: pre;
|
||||
line-height: 1.1em;
|
||||
}
|
||||
Reference in New Issue
Block a user