Fix for the text overlay on value field 29/130129/2
authorimamSidero <imam.hussain@est.tech>
Fri, 29 Jul 2022 15:02:17 +0000 (16:02 +0100)
committerMichael Morris <michael.morris@est.tech>
Tue, 2 Aug 2022 12:25:47 +0000 (12:25 +0000)
Style changes to resize the columns to make all headers readable

Signed-off-by: Imam hussain <imam.hussain@est.tech>
Issue-ID: SDC-4116
Change-Id: I24a48526319bdffd3207327d0a98207dcf4a2593

catalog-ui/src/app/ng2/components/logic/inputs-table/inputs-table.component.less

index ae6d58e..386d1f7 100644 (file)
         // Column: Property Name
         &.col1 {
             flex: 1 0 130px;
-            max-width: 300px;
+            max-width: 250px;
             display: flex;
 
             justify-content: space-between;
         // Column: Type
         &.col2 {
             flex: 0 1 140px;
-            max-width: 140px;
+            max-width: 110px;
         }
 
         // Column: From Instance