Skip to content
Snippets Groups Projects
Unverified Commit 97b2b2ae authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Remove unused CSS (#26714)

parent cafe5ebd
No related merge requests found
:root {
}
.Grid {
display: flex;
flex-wrap: wrap;
......
......@@ -53,9 +53,6 @@
font-size: 16px;
}
:local .Infos .Title {
}
:local .Infos .Subtitle {
font-size: 0.6875em;
margin-top: 1em;
......
:local .ChartAndDetail {
}
:local .Chart,
:local .Detail {
position: absolute;
......
......@@ -506,7 +506,7 @@ export default class PieChart extends Component {
showLegend={settings["pie.show_legend"]}
isDashboard={this.props.isDashboard}
>
<div className={styles.ChartAndDetail}>
<div>
<div ref={this.chartDetail} className={styles.Detail}>
<div
data-testid="detail-value"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment