Styling: break long words in container name title

This commit is contained in:
Vlad Holubiev 2016-09-06 14:06:53 +03:00 committed by GitHub
parent bea0adbc86
commit 82e9b1aa37

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