From 7bde873b3b53f090a834c5be5388b054102fd4e4 Mon Sep 17 00:00:00 2001 From: tophf Date: Sat, 9 Sep 2017 16:14:36 +0300 Subject: [PATCH] manage: more space around the actions column --- manage/manage.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manage/manage.css b/manage/manage.css index d3c3c788..3e346f97 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -242,7 +242,7 @@ summary { font-family: sans-serif; text-indent: -2em; padding-left: 3em; - padding-right: 30px; + padding-right: 40px; } .newUI .homepage .svg-icon { @@ -252,7 +252,7 @@ summary { } .newUI .actions { - width: 60px; + width: 75px; height: 20px; white-space: nowrap; }