first crack at adding ssh host key display to the capsul detail page

This commit is contained in:
2021-01-30 01:39:48 -06:00
parent 29008bc963
commit 50cea6e0b4
13 changed files with 199 additions and 51 deletions

View File

@ -102,6 +102,9 @@ main {
.row.grid-large > div {
flex: 1 1 20em;
}
.row.grid-medium > div {
flex: 1 1 13em;
}
.row.grid-small > div {
flex: 0 0 8em;
}
@ -277,8 +280,12 @@ div.metric {
border: 1px solid #777e73;
background: #bdc7b810;
}
.break-word {
word-break: break-word;
pre.code.wrap {
white-space: pre-wrap;
}
.break-all {
word-break: break-all;
}
.dim {