From 49b71941d5de2b4264d6aca8f6eda13a485dd1d0 Mon Sep 17 00:00:00 2001 From: sentriz Date: Wed, 26 Jun 2019 14:01:59 +0100 Subject: [PATCH] add table margins for recent folders --- server/assets/stylesheets/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }