@@ -26,8 +26,8 @@ const DTApplicationMetricsFormField = ({
2626 return (
2727 < div className = "flexbox dc__align-items-center dc__gap-8 fs-13 fw-4 lh-20 cn-9" >
2828 < ICInfoFilledOverride className = "icon-dim-16 dc__no-shrink" />
29- < div className = "flexbox" >
30- < span > Application metrics are</ span >
29+ < div className = "flexbox dc__gap-6 " >
30+ < span > Application metrics are</ span >
3131 < span className = "fw-6" > { isAppMetricsEnabled ? 'Enabled' : 'Not enabled' } </ span >
3232 </ div >
3333 </ div >
@@ -48,7 +48,7 @@ const DTApplicationMetricsFormField = ({
4848 < InvalidYAMLTippyWrapper parsingError = { parsingError } restoreLastSavedYAML = { restoreLastSavedYAML } >
4949 < div >
5050 < Checkbox
51- rootClassName = { `mb-0 dc__align-start ${ ! selectedChart . isAppMetricsSupported ? 'dc__disabled' : '' } ` }
51+ rootClassName = { `mb-0 dc__align-items-center ${ ! selectedChart . isAppMetricsSupported ? 'dc__disabled' : '' } ` }
5252 isChecked = { isAppMetricsEnabled }
5353 value = { CHECKBOX_VALUE . CHECKED }
5454 onChange = { toggleAppMetrics }
@@ -64,14 +64,14 @@ const DTApplicationMetricsFormField = ({
6464 </ div >
6565 </ InvalidYAMLTippyWrapper >
6666
67- < div className = { ` flexbox ${ selectedChart . isAppMetricsSupported ? ' pl-8' : '' } ` } >
67+ < div className = " flexbox dc__gap-6 pl-6 dc__align-items-center" >
6868 { ! selectedChart . isAppMetricsSupported && (
6969 < Tooltip
7070 alwaysShowTippyOnHover
7171 content = { `Application metrics is not supported for ${ selectedChart . name } version ${ selectedChart . version } .` }
7272 >
7373 < span className = "cr-5 fs-13 fw-4 lh-20 dc__border-bottom-dashed--n3 dc__no-shrink" >
74- Not supported
74+ Not supported
7575 </ span >
7676 </ Tooltip >
7777 ) }
0 commit comments