diff --git a/web/pages/components/chart.tsx b/web/pages/components/chart.tsx
index 6dc48e7bd..977ebdbd4 100644
--- a/web/pages/components/chart.tsx
+++ b/web/pages/components/chart.tsx
@@ -1,6 +1,6 @@
import { LineChart } from 'react-chartkick'
import styles from '../../styles/styles.module.css';
-import 'chart.js'
+import 'chart.js';
const defaultProps = {
active: false,
@@ -49,17 +49,18 @@ export default function Chart({ data, title, color, unit, dataCollections }: Cha
});
return (
-
- )
+
+
+
+ );
}
Chart.defaultProps = {
diff --git a/web/pages/hardware-info.tsx b/web/pages/hardware-info.tsx
index 2185f2ff9..159c3fa8d 100644
--- a/web/pages/hardware-info.tsx
+++ b/web/pages/hardware-info.tsx
@@ -100,9 +100,7 @@ const series = [
/>
-
-
-
+
);
diff --git a/web/pages/viewer-info.tsx b/web/pages/viewer-info.tsx
index e3c0e577d..5ea4c80b6 100644
--- a/web/pages/viewer-info.tsx
+++ b/web/pages/viewer-info.tsx
@@ -120,9 +120,7 @@ export default function ViewersOverTime() {
prefix={}
/>
-
-
-
+
row.userAgent} />
);
diff --git a/web/styles/globals.scss b/web/styles/globals.scss
index a20a8d0f8..a1278937a 100644
--- a/web/styles/globals.scss
+++ b/web/styles/globals.scss
@@ -35,10 +35,6 @@ pre {
border-radius: .5em;
}
-.recharts-wrapper {
- font-size: 12px;
-}
-
@media (prefers-color-scheme: dark) {
@import "~antd/dist/antd.dark";
pre {