Merge pull request #1448 from vladgolubev/patch-1

Cosmetic styling change: break long words in container name title
This commit is contained in:
Tim St. Clair 2016-09-06 12:34:05 -04:00 committed by GitHub
commit 552ae82e3f

View File

@ -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";