@@ -720,9 +720,9 @@ export class FrequencyGraphLegend extends React.Component<FrequencyGraphLegendPr
720
720
arrow = { false }
721
721
content = "How often this app is deployed to production?"
722
722
>
723
- < div className = "flex" >
723
+ < span >
724
724
< Help className = "icon-dim-20 ml-8 dc__vertical-align-middle mr-5" />
725
- </ div >
725
+ </ span >
726
726
</ Tippy >
727
727
< span className = "cursor" onClick = { this . props . setFrequencyMetric } >
728
728
{ renderCategoryTag ( this . props . frequencyBenchmark . name ) } { ' ' }
@@ -753,9 +753,9 @@ export class FrequencyGraphLegend extends React.Component<FrequencyGraphLegendPr
753
753
< p className = "graph-legend__primary-label" >
754
754
Change Failure Rate
755
755
< Tippy className = "default-tt" arrow = { false } content = "How often does the pipeline fail?" >
756
- < div className = "flex" >
756
+ < span >
757
757
< Help className = "icon-dim-20 ml-8 dc__vertical-align-middle mr-5" />
758
- </ div >
758
+ </ span >
759
759
</ Tippy >
760
760
< span className = "cursor" onClick = { this . props . setFailureMetric } >
761
761
{ renderCategoryTag ( this . props . failureRateBenchmark ?. name ) } { ' ' }
@@ -800,9 +800,9 @@ export class RecoveryAndLeadTimeGraphLegend extends React.Component<RecoveryAndL
800
800
< p className = "graph-legend__primary-label" >
801
801
{ this . props . label }
802
802
< Tippy className = "default-tt" arrow = { false } content = { this . props . tooltipText } >
803
- < div className = "flex" >
803
+ < span >
804
804
< Help className = "icon-dim-20 ml-8 dc__vertical-align-middle mr-5" />
805
- </ div >
805
+ </ span >
806
806
</ Tippy >
807
807
</ p >
808
808
< p className = "graph-legend__primary-value" >
@@ -818,9 +818,9 @@ export class RecoveryAndLeadTimeGraphLegend extends React.Component<RecoveryAndL
818
818
< p className = "graph-legend__primary-label" >
819
819
{ this . props . label }
820
820
< Tippy className = "default-tt" arrow = { false } content = { this . props . tooltipText } >
821
- < div className = "flex" >
821
+ < span >
822
822
< Help className = "icon-dim-20 ml-8 dc__vertical-align-middle mr-5" />
823
- </ div >
823
+ </ span >
824
824
</ Tippy >
825
825
< span className = "cursor" onClick = { this . props . setMetric } >
826
826
{ renderCategoryTag ( this . props . benchmark ?. name ) } { ' ' }
0 commit comments