We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0717529 commit 71bdd6fCopy full SHA for 71bdd6f
src/components/MetricChart/MetricChart.scss
@@ -13,10 +13,6 @@
13
border: none;
14
}
15
16
- &_fullWidth {
17
- width: 100%;
18
- }
19
-
20
&__title {
21
margin-bottom: 10px;
22
src/components/MetricChart/MetricChart.tsx
@@ -203,7 +203,7 @@ export const MetricChart = ({
203
204
return (
205
<div
206
- className={b({noBorder, fullWidth})}
+ className={b({noBorder})}
207
style={{
208
height,
209
width: fullWidth ? '100%' : width,
0 commit comments