Skip to content

Commit

Permalink
fix(responsive): #MZI-12 fix mail reading on small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
alex.delaveau committed Aug 31, 2023
1 parent 74077ac commit bb6759f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h5 class="row" ng-if="mail.response">
<hr />

<div class="row horizontal-spacing">
<div class="twelve cell escape_cke" bind-html="mail.body"></div>
<div class="twelve cell escape_cke mail-body" bind-html="mail.body"></div>
</div>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@

<hr />
<div class="row horizontal-spacing">
<div class="twelve cell escape_cke" bind-html="mail.body"></div>
<div class="twelve cell escape_cke mail-body" bind-html="mail.body"></div>
</div>
</div>

Expand Down

0 comments on commit bb6759f

Please sign in to comment.