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