aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-09-28 21:51:04 +0200
committerMario Vavti <mario@mariovavti.com>2015-09-28 21:51:04 +0200
commit6368b093375d50f929b0a419834299e6b62e274e (patch)
tree3b27cdc9478a94b8d80961da99dbcc10e6e4f34c /view/tpl
parentb97102da01b2e81018e86c29092059704ee20da8 (diff)
downloadvolse-hubzilla-6368b093375d50f929b0a419834299e6b62e274e.tar.gz
volse-hubzilla-6368b093375d50f929b0a419834299e6b62e274e.tar.bz2
volse-hubzilla-6368b093375d50f929b0a419834299e6b62e274e.zip
a clear is needed after floating
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/mail_display.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/mail_display.tpl b/view/tpl/mail_display.tpl
index 24a87fe4a..789c25ade 100755
--- a/view/tpl/mail_display.tpl
+++ b/view/tpl/mail_display.tpl
@@ -2,7 +2,7 @@
<div class="section-title-wrapper">
<a class="btn btn-xs btn-danger pull-right" href="mail/{{$mailbox}}/dropconv/{{$thread_id}}" onclick="return confirmDelete();"><i class="icon-trash"></i> {{$delete}}</a>
<h2>{{$prvmsg_header}}</h2>
-
+ <div class="clear"></div>
</div>
<div class="section-content-wrapper">
{{foreach $mails as $mail}}