We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2988b1c commit 93dd276Copy full SHA for 93dd276
src/components/v2/values/chartValuesDiff/ChartValuesView.tsx
@@ -1623,7 +1623,7 @@ const ChartValuesView = ({
1623
}`}
1624
>
1625
{renderValuesTabsContainer()}
1626
- <div className={`chart-values-view__wrapper flexbox flex-grow-1 dc__overflow-hidden`}>
+ <div className="chart-values-view__wrapper flexbox flex-grow-1 dc__overflow-hidden">
1627
<div className="chart-values-view__details dc__border-right dc__overflow-scroll">
1628
{isCreateValueView && (
1629
<ValueNameInput
0 commit comments