فهرست منبع

chore: minor fix

Soham Parekh 3 سال پیش
والد
کامیت
9124375c56
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      dashboard/src/main/home/cluster-dashboard/expanded-chart/jobs/ExpandedJobRun.tsx

+ 1 - 2
dashboard/src/main/home/cluster-dashboard/expanded-chart/jobs/ExpandedJobRun.tsx

@@ -397,10 +397,9 @@ const ConfigSection = styled.div`
 
 const JobLogsWrapper = styled.div`
   min-height: 450px;
-  height: 65vh;
+  height: fit-content;
   width: 100%;
   border-radius: 8px;
-  overflow-y: auto;
 `;
 
 const Status = styled.div<{ color: string }>`