Skip to content

Commit 71bdd6f

Browse files
committed
fix: review issue
1 parent 0717529 commit 71bdd6f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/components/MetricChart/MetricChart.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
border: none;
1414
}
1515

16-
&_fullWidth {
17-
width: 100%;
18-
}
19-
2016
&__title {
2117
margin-bottom: 10px;
2218
}

src/components/MetricChart/MetricChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export const MetricChart = ({
203203

204204
return (
205205
<div
206-
className={b({noBorder, fullWidth})}
206+
className={b({noBorder})}
207207
style={{
208208
height,
209209
width: fullWidth ? '100%' : width,

0 commit comments

Comments
 (0)