Fix images exceeding long desc bounds

Fixes #309
This commit is contained in:
rubenwardy 2021-07-18 16:49:28 +01:00
parent 72a95ecfca
commit 52437d4e2e
2 changed files with 5 additions and 1 deletions

@ -66,6 +66,10 @@ p, .content li {
.markdown {
word-break: break-word;
img {
max-width: 100%;
}
}
pre code {

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}title{% endblock %} - {{ config.USER_APP_NAME }}</title>
<link rel="stylesheet" type="text/css" href="/static/libs/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=25">
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=26">
<link rel="search" type="application/opensearchdescription+xml" href="/static/opensearch.xml" title="ContentDB" />
<link rel="shortcut icon" href="/favicon-16.png" sizes="16x16">
<link rel="icon" href="/favicon-128.png" sizes="128x128">