Remove "Attachments" text to make it easier to scroll.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 18 Apr 2018 20:37:27 +0000 (16:37 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 18 Apr 2018 20:37:27 +0000 (16:37 -0400)
django/archives/mailarchives/templates/_message.html

index 03367e2ad7c208eabbfa0c426d00abb8e32ab6ca..ebb8fcfe4f3b51f20b7229b552891e5064ea312d 100644 (file)
@@ -59,8 +59,7 @@
 <pre class="message-content">{{msg.bodytxt|hideallemail|urlize}}</pre>
 
 {%if msg.has_attachment%}
-  <h3 class="messages">Attachments</h3>
-  <table class="table table-sm table-responsive message-header">
+  <table class="table table-sm table-responsive message-header" style="margin-top: 1.5em;">
     <thead>
       <tr>
         <th scope="col">Attachment</th>