Don't let long links break page layout

This commit is contained in:
2017-07-03 16:11:54 +01:00
parent ed0bd5c2fb
commit 677303baab

View File

@@ -30,6 +30,10 @@ ol ol, ul ol {
margin-top: 80px; margin-top: 80px;
} }
.content a {
word-break: break-word;
}
.content code { .content code {
background-color: rgba(27,31,35,0.05); background-color: rgba(27,31,35,0.05);
border-radius: 3px; border-radius: 3px;