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

@ -22,6 +22,9 @@
.isolation-title {
color:#FFFFFF;
}
.page-header h1 {
word-wrap: break-word;
}
.table-row {
font-family: "courier", "monospace";
font-size: 15px;