diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-03-23 19:17:37 +0000 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-03-24 07:09:23 +0000 |
commit | eb57d1efc197968a4073b331b2dc8f40d8109847 (patch) | |
tree | 2a5fbddd3afb741bc0a9543a06110dd73a7b7d08 /catalog-ui/src/app/view-models | |
parent | b2c0528da052b5c73e3fc1f7f98d22578acd91f0 (diff) |
Fix 46 CRITICAL BUGs
Change-Id: Id354491665a1d8c25a7c1f3e83fcb4d146ca2f37
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3529
Diffstat (limited to 'catalog-ui/src/app/view-models')
-rw-r--r-- | catalog-ui/src/app/view-models/workspace/tabs/attributes/attributes.component.less | 4 |
1 files changed, 2 insertions, 2 deletions
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 3e91ae4689..4d00c8ef4c 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; } |