@@ -720,9 +720,9 @@ export class FrequencyGraphLegend extends React.Component<FrequencyGraphLegendPr
720720 arrow = { false }
721721 content = "How often this app is deployed to production?"
722722 >
723- < div className = "flex" >
723+ < span >
724724 < Help className = "icon-dim-20 ml-8 dc__vertical-align-middle mr-5" />
725- </ div >
725+ </ span >
726726 </ Tippy >
727727 < span className = "cursor" onClick = { this . props . setFrequencyMetric } >
728728 { renderCategoryTag ( this . props . frequencyBenchmark . name ) } { ' ' }
@@ -753,9 +753,9 @@ export class FrequencyGraphLegend extends React.Component<FrequencyGraphLegendPr
753753 < p className = "graph-legend__primary-label" >
754754 Change Failure Rate
755755 < Tippy className = "default-tt" arrow = { false } content = "How often does the pipeline fail?" >
756- < div className = "flex" >
756+ < span >
757757 < Help className = "icon-dim-20 ml-8 dc__vertical-align-middle mr-5" />
758- </ div >
758+ </ span >
759759 </ Tippy >
760760 < span className = "cursor" onClick = { this . props . setFailureMetric } >
761761 { renderCategoryTag ( this . props . failureRateBenchmark ?. name ) } { ' ' }
@@ -800,9 +800,9 @@ export class RecoveryAndLeadTimeGraphLegend extends React.Component<RecoveryAndL
800800 < p className = "graph-legend__primary-label" >
801801 { this . props . label }
802802 < Tippy className = "default-tt" arrow = { false } content = { this . props . tooltipText } >
803- < div className = "flex" >
803+ < span >
804804 < Help className = "icon-dim-20 ml-8 dc__vertical-align-middle mr-5" />
805- </ div >
805+ </ span >
806806 </ Tippy >
807807 </ p >
808808 < p className = "graph-legend__primary-value" >
@@ -818,9 +818,9 @@ export class RecoveryAndLeadTimeGraphLegend extends React.Component<RecoveryAndL
818818 < p className = "graph-legend__primary-label" >
819819 { this . props . label }
820820 < Tippy className = "default-tt" arrow = { false } content = { this . props . tooltipText } >
821- < div className = "flex" >
821+ < span >
822822 < Help className = "icon-dim-20 ml-8 dc__vertical-align-middle mr-5" />
823- </ div >
823+ </ span >
824824 </ Tippy >
825825 < span className = "cursor" onClick = { this . props . setMetric } >
826826 { renderCategoryTag ( this . props . benchmark ?. name ) } { ' ' }
0 commit comments