From 021978494010df2a4258845b2ada19967869afd1 Mon Sep 17 00:00:00 2001 From: Vasyl Razinkov Date: Fri, 26 Mar 2021 13:44:55 +0000 Subject: Revert "Fix 46 CRITICAL BUGs" This reverts commit eb57d1efc197968a4073b331b2dc8f40d8109847. Reason for revert: some UI components are broken Change-Id: I533a827e9913250d5cb29ed2cc4736fd8c57a8e5 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3529 --- .../view-models/workspace/tabs/attributes/attributes.component.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'catalog-ui/src/app/view-models/workspace/tabs') diff --git a/catalog-ui/src/app/view-models/workspace/tabs/attributes/attributes.component.less b/catalog-ui/src/app/view-models/workspace/tabs/attributes/attributes.component.less index 4d00c8ef4c..3e91ae4689 100644 --- a/catalog-ui/src/app/view-models/workspace/tabs/attributes/attributes.component.less +++ b/catalog-ui/src/app/view-models/workspace/tabs/attributes/attributes.component.less @@ -5,7 +5,7 @@ margin-bottom: 10px; } -.add-attr-icon { +.add-attr-icon{ cursor: pointer; } @@ -26,7 +26,7 @@ margin-bottom: 10px; } -.sdc-checkbox { +sdc-checkbox { margin-top: 20px; } -- cgit 1.2.3-korg