From 2801573d7e11656d906637255e78a9acb03a1616 Mon Sep 17 00:00:00 2001 From: Kata Date: Thu, 7 May 2020 23:30:25 -0400 Subject: [PATCH] fix(Category): hidden icon fit and trim --- UI/src/components/role-editor/Category.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/UI/src/components/role-editor/Category.js b/UI/src/components/role-editor/Category.js index 4d355f1..04dd83a 100644 --- a/UI/src/components/role-editor/Category.js +++ b/UI/src/components/role-editor/Category.js @@ -32,13 +32,17 @@ class Category extends Component {

{category.get('name')} {category.get('hidden') && ( - - + + )}

- +
{category