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/reclist.tmpl

    r731 r830  
    7171 NAME=stamp>)</TMPL_IF></td>
    7272        <td><TMPL_VAR NAME=type></td>
    73         <td><TMPL_VAR NAME=val></td>
     73        <td style="word-break: break-all;"><TMPL_VAR NAME=val></td>
    7474        <td><TMPL_VAR NAME=distance></td>
    7575        <td><TMPL_VAR NAME=weight></td>
Note: See TracChangeset for help on using the changeset viewer.