From a5bdef07a259ce5cb7e49423d2929769a81eceb8 Mon Sep 17 00:00:00 2001 From: aignatov-bio Date: Fri, 20 Mar 2020 17:01:54 +0100 Subject: [PATCH] Fix padding for current tasks widget --- app/assets/stylesheets/dashboard/current_tasks.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/dashboard/current_tasks.scss b/app/assets/stylesheets/dashboard/current_tasks.scss index db6b31b2e..d442fefdd 100644 --- a/app/assets/stylesheets/dashboard/current_tasks.scss +++ b/app/assets/stylesheets/dashboard/current_tasks.scss @@ -138,7 +138,7 @@ flex-direction: column; height: 100%; overflow-y: auto; - padding: 0 16px; + padding: 0 10px; position: relative; &.disabled {