Skip to content

Commit

Permalink
#1042 size image and raw text dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Sep 10, 2021
1 parent e75301e commit 640c48e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions thehive-templates/EmlParser_2_0/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@
ng-repeat="h in content.body.text_html">
<div ng-show="h.rendered_html" style="overflow-x:scroll;">

<img style="border: 2px solid #555;"
src={{h.rendered_html}}></img>
<img style="border: 2px solid #555; width: 100%;" src={{h.rendered_html}}></img>
<p style="color: grey">
<b>Content-Type:
</b>{{h["content_header"]["content-type"][0]}},<b>Content-Transfer-Encoding:
Expand Down Expand Up @@ -177,7 +176,7 @@
ng-repeat="p in content.body.text_plain">

<pre
style="color:black;background-color: inherit; overflow-wrap: break-word;">
style="color:black;background-color: inherit; white-space: pre-wrap;">
{{p.content}}
</pre>
<p style="color: grey">
Expand Down

0 comments on commit 640c48e

Please sign in to comment.