Skip to content

Commit 90632c8

Browse files
committed
fix for chart deployment distorted ui fix
1 parent 2327bac commit 90632c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/v2/values/chartValuesDiff/ChartValuesView.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@
121121

122122
.chart-values-view__details {
123123
padding: 16px 16px 12px;
124+
height: calc(100vh - 98px);
125+
overflow: scroll;
124126

125127
.chart-values__project-container .chart-values__project-label,
126128
.chart-values__environment-container .chart-values__environment-label,

0 commit comments

Comments
 (0)