Fix too-wide images in markdown

This commit is contained in:
Drew DeVault 2019-07-27 10:20:18 -04:00
parent 4516d8717b
commit b6a71ec939
2 changed files with 6 additions and 2 deletions

View File

@ -209,3 +209,7 @@ select.form-control {
border: none;
}
}
#description-field img {
max-width: 100%;
}

View File

@ -85,9 +85,9 @@
<div class="row">
<div class="col-md-6">
{% if ticket.description %}
<span id="description-field">
<div id="description-field">
{{ ticket|render_ticket_description }}
</span>
</div>
{% endif %}
<dl class="row" style="margin-top: 1rem">
<dt class="col-md-3">Status</dt>