Fix timestamp styling: remove hover cursor and prevent wrapping

This commit is contained in:
Jeffrey Paul 2025-05-22 09:24:01 -07:00
parent aec5cc4e3c
commit c13bf2bf35

View File

@ -87,9 +87,9 @@
color: #7f8c8d;
min-width: 120px;
font-family: monospace;
white-space: nowrap;
}
.timestamp[title] {
cursor: help;
text-decoration: none;
border-bottom: 1px dotted #7f8c8d;
}
@ -291,7 +291,7 @@
<tbody>
{{range .RecentLogs}}
<tr>
<td class="timestamp">{{.Timestamp.Format "2006-01-02 15:04:05 MST"}}</td>
<td class="timestamp" style="white-space: nowrap;">{{.Timestamp.Format "2006-01-02 15:04:05 MST"}}</td>
<td class="log-event">{{.Event}}</td>
<td class="log-details">
{{range $key, $value := .Details}}