Turn off hard word breaking in table cell code font, slightly reduce table font size

This commit is contained in:
mDuo13
2018-05-21 18:07:48 -07:00
parent aca97001ac
commit e541b40081

View File

@@ -183,6 +183,11 @@ th {
.content table { .content table {
clear: right; clear: right;
margin-bottom: 1rem; margin-bottom: 1rem;
font-size: 15px;
}
.content table code {
word-break: normal;
} }
/* Big draft warning at top of page so it's hard to mix up with the live site */ /* Big draft warning at top of page so it's hard to mix up with the live site */