Ignore:
Timestamp:
01/13/22 13:00:12 (2 years ago)
Author:
Kris Deugau
Message:

/trunk

Finally locate some CSS to cleanly wrap extra-long records (primarily DKIM)
in the record list and log display.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/log.tmpl

    r744 r830  
    5454 NAME=rdns_id>&amp;ltype=rdns"><TMPL_VAR NAME=revzone></a></td>
    5555<TMPL_IF childentries>
    56         <td>
     56        <td style="word-break: break-all;">
    5757  <ul class="collapsible nocheckbox notalist">
    5858    <li class="notalist">
     
    6868  </ul>
    6969<TMPL_ELSE>
    70         <td><TMPL_VAR NAME=logentry>
     70        <td style="word-break: break-all;"><TMPL_VAR NAME=logentry>
    7171</TMPL_IF>
    7272</td>
Note: See TracChangeset for help on using the changeset viewer.