From eb57d1efc197968a4073b331b2dc8f40d8109847 Mon Sep 17 00:00:00 2001 From: vasraz Date: Tue, 23 Mar 2021 19:17:37 +0000 Subject: Fix 46 CRITICAL BUGs Change-Id: Id354491665a1d8c25a7c1f3e83fcb4d146ca2f37 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3529 --- .../disribution/distribution.component.less | 75 +++++++++++----------- 1 file changed, 38 insertions(+), 37 deletions(-) (limited to 'catalog-ui/src/app/ng2/pages/workspace/disribution') diff --git a/catalog-ui/src/app/ng2/pages/workspace/disribution/distribution.component.less b/catalog-ui/src/app/ng2/pages/workspace/disribution/distribution.component.less index b630881fdc..442eb537ec 100644 --- a/catalog-ui/src/app/ng2/pages/workspace/disribution/distribution.component.less +++ b/catalog-ui/src/app/ng2/pages/workspace/disribution/distribution.component.less @@ -2,7 +2,8 @@ .ngx-datatable { > div { min-height: 500px; - datatable-body { + + .datatable-body { max-height: max-content; } } @@ -18,7 +19,7 @@ flex-grow: 5; } - .w-sdc-distribution-view-title{ + .w-sdc-distribution-view-title { color: #191919; font-family: OpenSans-Regular, sans-serif; font-size: 14px; @@ -38,47 +39,47 @@ max-height: 150px; } - .distributionIDBlock { - display: inline-block; - } +.distributionIDBlock { + display: inline-block; +} - .expand-collapse-cell { - display: inline-block; - } +.expand-collapse-cell { + display: inline-block; +} - .statusIcon { - display: inline-block; - margin-right: 10px; - } +.statusIcon { + display: inline-block; + margin-right: 10px; +} - .btnMarkAsDistributed { - float: right; - background-color: #E5F3FF; - border: 1px solid #8DCCD5; - width: 55px; - height: 21px; - text-align: center; - } +.btnMarkAsDistributed { + float: right; + background-color: #E5F3FF; + border: 1px solid #8DCCD5; + width: 55px; + height: 21px; + text-align: center; +} - .distributionRowContainer{ - background-color: #eaeaea; - text-align: center; - } +.distributionRowContainer { + background-color: #eaeaea; + text-align: center; +} - .distributionRowLabel { - overflow: hidden; - padding-top: 10px; - color: #000000; - font-family: OpenSans-Semibold, sans-serif; - font-size: 12px; - font-weight: bold; - } +.distributionRowLabel { + overflow: hidden; + padding-top: 10px; + color: #000000; + font-family: OpenSans-Semibold, sans-serif; + font-size: 12px; + font-weight: bold; +} - .distributionRowValue { - color: #263d4d; - font-family: OpenSans-Regular, sans-serif; - font-size: 14px; - } +.distributionRowValue { + color: #263d4d; + font-family: OpenSans-Regular, sans-serif; + font-size: 14px; +} .ellipsisCell { width: 92%; -- cgit 1.2.3-korg