From e46bf15407c90d66043cb908b6c13942aaa01ec6 Mon Sep 17 00:00:00 2001 From: Dax74 Date: Fri, 8 May 2020 16:39:31 +0200 Subject: [PATCH] FIX: some adjustment for the UI of the table --- app/assets/stylesheets/common/base/cat_reorder.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/cat_reorder.scss b/app/assets/stylesheets/common/base/cat_reorder.scss index 8ec73962e1c..2a35f9b9359 100644 --- a/app/assets/stylesheets/common/base/cat_reorder.scss +++ b/app/assets/stylesheets/common/base/cat_reorder.scss @@ -5,7 +5,8 @@ } } input { - width: 3em; + width: 2.333em; + padding: 4px; @include breakpoint(mobile-extra-large) { width: 2em; } @@ -18,6 +19,7 @@ margin: 0 0.667em; td { padding: 0.5em 0.5em 0.5em 0; + min-width: 10em; @include breakpoint(mobile, min-width) { min-width: 15em; }