mirror of
https://github.com/jimeh/commonflow.org.git
synced 2026-02-19 05:46:40 +00:00
Don't let long links break page layout
This commit is contained in:
@@ -30,6 +30,10 @@ ol ol, ul ol {
|
||||
margin-top: 80px;
|
||||
}
|
||||
|
||||
.content a {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.content code {
|
||||
background-color: rgba(27,31,35,0.05);
|
||||
border-radius: 3px;
|
||||
|
||||
Reference in New Issue
Block a user