Compare commits
No commits in common. "ecbaed5c85b0eefbe055a213b0bf95552eb70a64" and "e2d9380f65250ee42806066936d0da61df6f91d9" have entirely different histories.
ecbaed5c85
...
e2d9380f65
|
@ -765,11 +765,6 @@ 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">
|
||||||
<div class="widget-ckeditor">{{ alert.content|raw }}</div>
|
{{ alert.content|raw }}
|
||||||
|
|
||||||
{% if not alert.items is empty %}
|
{% if not alert.items is empty %}
|
||||||
{% if app.user %}
|
{% if app.user %}
|
||||||
|
|
Loading…
Reference in New Issue