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
@ -20,7 +20,10 @@
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.isolation-title {
|
||||
color:#FFFFFF;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
.page-header h1 {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.table-row {
|
||||
font-family: "courier", "monospace";
|
||||
|
Loading…
Reference in New Issue
Block a user