Skip to content

Commit 519498a

Browse files
author
Michael Levin
committed
squash
1 parent 11c3ec5 commit 519498a

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

js/components/dashboard_content/__tests__/__snapshots__/UserEngagement.spec.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exports[`UserEngagement renders 1`] = `
1717
id="chart_event_label"
1818
>
1919
<div
20-
class="data chart__bar-chart"
20+
class="data chart__bar-chart margin-top-4"
2121
/>
2222
</figure>
2323
</div>

sass/elements/_text.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
}
2727
}
2828

29-
.text--medium {
30-
font-size: units(2);
31-
}
32-
3329
.text--left {
3430
text-align: left;
3531
}

0 commit comments

Comments
 (0)