4,456
edits
No edit summary |
No edit summary |
||
Line 40: | Line 40: | ||
.article-images img { max-width: 100%; height: auto; } | .article-images img { max-width: 100%; height: auto; } | ||
/* don't append raw URLs after link text in print */ | |||
a[href]:after { content: none !important; } | |||
/* wrap long links so they don't bust the line */ | |||
.article-external-reference a { | |||
word-break: break-word; | |||
overflow-wrap: anywhere; | |||
} |