diff --git a/server/assets/stylesheets/main.css b/server/assets/stylesheets/main.css index 13e2a06..a94fecc 100644 --- a/server/assets/stylesheets/main.css +++ b/server/assets/stylesheets/main.css @@ -52,7 +52,8 @@ table { white-space: nowrap; } -table#stats td:first-child { +table#stats td:first-child, +table#recent-folders td:first-child { display: inline-block; margin-right: 10px; }