Compare commits
2 Commits
e2d9380f65
...
ecbaed5c85
Author | SHA1 | Date | |
---|---|---|---|
ecbaed5c85 | |||
aac017c263 |
@ -765,6 +765,11 @@ a.item-heart {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.widget-ckeditor img {
|
||||||
|
height:auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.frameitem {
|
.frameitem {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
{{ alert.content|raw }}
|
<div class="widget-ckeditor">{{ alert.content|raw }}</div>
|
||||||
|
|
||||||
{% if not alert.items is empty %}
|
{% if not alert.items is empty %}
|
||||||
{% if app.user %}
|
{% if app.user %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user