Merge pull request #1448 from vladgolubev/patch-1
Cosmetic styling change: break long words in container name title
This commit is contained in:
commit
552ae82e3f
@ -22,6 +22,9 @@
|
||||
.isolation-title {
|
||||
color:#FFFFFF;
|
||||
}
|
||||
.page-header h1 {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.table-row {
|
||||
font-family: "courier", "monospace";
|
||||
font-size: 15px;
|
||||
|
Loading…
Reference in New Issue
Block a user