Skip to content

Commit 4789a17

Browse files
committed
tweaks for IoD app
1 parent 2d9b11c commit 4789a17

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/lib/components/data-vis/position-chart/PositionChart.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
.label {
9999
text-align: right;
100100
margin: 0;
101+
line-height: 1.05;
101102
}
102103
.chart-and-axis {
103104
display: flex;

src/lib/components/data-vis/position-chart/PositionChartAxis.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
</svg>
1919
<span>More deprived</span>
2020
</div>
21-
<div class="average">Average</div>
2221
<div class="less-deprived">
2322
<span>Less deprived</span>
2423
<svg

0 commit comments

Comments
 (0)