From 9dc431815251a359d410879be69c4b3a89928c8d Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 23 Feb 2018 11:34:04 -0800 Subject: [PATCH] Reduce category item size --- webadmin/src/theme.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 3943d9e4c..0a1f1de53 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -382,13 +382,13 @@ multiselect.stretch { .appstore-category-link { display: block; - padding: 10px; + padding: 6px 10px; margin: 0; overflow: hidden; color: black; text-overflow: ellipsis; white-space: nowrap; - font-size: 18px; + font-size: 16px; &:hover, &:focus,