Fix SMS Agreements history modal date column wrapping
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -264,7 +264,7 @@
|
||||
<tr>
|
||||
<th>Terms Version</th>
|
||||
<th>Accepted By</th>
|
||||
<th>Accepted At</th>
|
||||
<th style="white-space:nowrap;">Accepted At</th>
|
||||
<th>IP Address</th>
|
||||
<th>User Agent</th>
|
||||
</tr>
|
||||
@@ -292,7 +292,7 @@
|
||||
<tr>
|
||||
<td><span class="badge bg-primary">v${r.termsVersion}</span></td>
|
||||
<td>${r.agreedByUserName}</td>
|
||||
<td>${r.agreedAt}</td>
|
||||
<td style="white-space:nowrap;">${r.agreedAt}</td>
|
||||
<td><code class="small">${r.ipAddress}</code></td>
|
||||
<td><small class="text-muted text-truncate d-block" style="max-width:260px;" title="${r.userAgent}">${r.userAgent}</small></td>
|
||||
</tr>`).join('');
|
||||
|
||||
Reference in New Issue
Block a user