Skip to content

Commit 9beb3ea

Browse files
committed
refactor: styles update
1 parent 69f64fd commit 9beb3ea

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/components/ClusterNodes/ClusterList/ClusterSelectionBody.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const ClusterSelectionBody: React.FC<ClusterSelectionBodyTypes> = ({
135135
return (
136136
<>
137137
{renderClusterBulkSelection()}
138-
<div className="flexbox-col flex-grow-1">
138+
<div className="flexbox-col flex-grow-1 dc__overflow-auto">
139139
{renderClusterList()}
140140
{showKubeConfigModal && KubeConfigModal && (
141141
<KubeConfigModal

src/components/app/list-new/HelmAppList.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,11 @@ const HelmAppList = ({
472472
</span>
473473
<div className="flexbox">
474474
{SELECT_CLUSTER_FROM_FILTER_NOTE}&nbsp;
475-
<DocLink docLinkKey="HYPERION" dataTestId="learn-more-about-hyperion-link" size={ComponentSizeType.xs} />
475+
<DocLink
476+
docLinkKey="HYPERION"
477+
dataTestId="learn-more-about-hyperion-link"
478+
size={ComponentSizeType.xs}
479+
/>
476480
</div>
477481
</div>
478482
</div>
@@ -534,11 +538,7 @@ const HelmAppList = ({
534538
}
535539

536540
function askToClearFiltersWithSelectClusterTip() {
537-
return (
538-
<div className="flex column">
539-
<AskToClearFilters clearAllFilters={clearAllFilters} showTipToSelectCluster />
540-
</div>
541-
)
541+
return <AskToClearFilters clearAllFilters={clearAllFilters} showTipToSelectCluster />
542542
}
543543

544544
function askToConnectAClusterForNoResult() {
@@ -643,7 +643,7 @@ const HelmAppList = ({
643643
</>
644644
)}
645645
{dataStateType === AppListViewType.LIST && (
646-
<div>
646+
<div className="flex-grow-1 flexbox-col">
647647
{renderFullModeApplicationListContainer()}
648648
{renderPagination()}
649649
</div>

0 commit comments

Comments
 (0)