diff --git a/public/css/style.css b/public/css/style.css index 8710fda..25b8fd1 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -241,6 +241,8 @@ body { .btn-sm { padding: 0.4rem 0.8rem; font-size: 0.8rem; + box-sizing: border-box; + line-height: 1.2; } /* ─── Forms ──────────────────────────────────────────── */ diff --git a/src/views/admin/manage-hunt.ejs b/src/views/admin/manage-hunt.ejs index 0408571..842352c 100644 --- a/src/views/admin/manage-hunt.ejs +++ b/src/views/admin/manage-hunt.ejs @@ -42,7 +42,7 @@
Discovery Rate
-
<%= hunt.expiry_date ? new Date(hunt.expiry_date).toLocaleDateString() : '—' %>
+
<%= hunt.expiry_date ? new Date(hunt.expiry_date).toLocaleDateString() : 'Never' %>
Expires
@@ -112,8 +112,10 @@ <% if (pkg.first_scanner_name) { %><%= pkg.first_scanner_name %><% } else { %>---<% } %> <% if (pkg.last_scanner_name) { %><%= pkg.last_scanner_name %><% } else { %>---<% } %> - View - +
+ View + +
<% }) %>