diff options
-rw-r--r-- | static/style/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style/default.css b/static/style/default.css index 1dd48e1..97f588c 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -214,7 +214,7 @@ table.listing tr { width: 100%; } table.listing td.date { font-style: italic; - width: 75px; + width: 90px; overflow: hidden; } table.listing td.description { overflow: hidden; } |