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

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