diff --git a/public/theme/default.css b/public/theme/default.css index da8552c..a6f74bf 100644 --- a/public/theme/default.css +++ b/public/theme/default.css @@ -58,6 +58,10 @@ table th { padding: 4px 8px; } +table td:last-child { + white-space: nowrap; +} + table > thead > tr > th { text-align: left; }