hauteur auto sur les images insérées dans les alertes (ref #33523)

This commit is contained in:
afornerot 2022-02-04 10:55:33 +01:00
parent 702d060503
commit aac017c263
2 changed files with 6 additions and 1 deletions

View File

@ -765,6 +765,11 @@ a.item-heart {
max-width: 100%;
}
.widget-ckeditor img {
height:auto !important;
}
.frameitem {
position: absolute;
right: 0px;

View File

@ -68,7 +68,7 @@
</div>
<div class="panel-body">
{{ alert.content|raw }}
<div class="widget-ckeditor">{{ alert.content|raw }}</div>
{% if not alert.items is empty %}
{% if app.user %}