<html>#723: Archived emails to mailing lists are displayed without line-wrapping
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Ian Hinder</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>open</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td></td></tr>
<tr><td style='text-align:right'>     Type:</td><td>enhancement</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>minor</td></tr>
<tr><td style='text-align:right'>Component:</td><td>EinsteinToolkit website</td></tr>
</table>

<p>Comment (by Roland Haas):</p>
<p>While this is really strictly an issue with the sender’s mail client, this problem is not going away. A partial workaround is to add some css to the <code>&lt;pre&gt;</code> element that Mailman (well pipermail I guess) is using in the its html pages. Something like:</p>
<div class="codehilite language-css"><pre><span></span><span class="nt">overflow-x</span><span class="o">:</span> <span class="nt">auto</span><span class="o">;</span>
<span class="nt">white-space</span><span class="o">:</span> <span class="nt">pre-wrap</span><span class="o">;</span>
<span class="nt">white-space</span><span class="o">:</span> <span class="nt">-moz-pre-wrap</span><span class="o">;</span>
<span class="nt">white-space</span><span class="o">:</span> <span class="nt">-pre-wrap</span><span class="o">;</span>
<span class="nt">white-space</span><span class="o">:</span> <span class="nt">-o-pre-wrap</span><span class="o">;</span>
<span class="nt">word-wrap</span><span class="o">:</span> <span class="nt">break-word</span><span class="o">;</span>
<span class="nt">width</span><span class="o">:</span> <span class="nt">78ch</span><span class="o">;</span>
</pre></div>


<p>word-wraps at the 78 character since it sizes the element to be as wide as 78 “0” characters and asks for word wrap.</p>
<p>Possibly this could be added to the html template used: <a data-is-external-link="true" href="https://wiki.list.org/DOC/4.48%20How%20can%20I%20change%20the%20HTML%20or%20.txt%20templates%20used%20by%20my%20mailing%20lists%3F" rel="nofollow">https://wiki.list.org/DOC/4.48 How can I change the HTML or .txt templates used by my mailing lists%3F</a></p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/723/archived-emails-to-mailing-lists-are'>https://bitbucket.org/einsteintoolkit/tickets/issues/723/archived-emails-to-mailing-lists-are</a></p>
</html>