diff --git a/webapp/src/components/InverterChannelInfo.vue b/webapp/src/components/InverterChannelInfo.vue
index 94dbc57a..00b514b4 100644
--- a/webapp/src/components/InverterChannelInfo.vue
+++ b/webapp/src/components/InverterChannelInfo.vue
@@ -21,7 +21,7 @@
-
+
diff --git a/webapp/src/scss/styles.scss b/webapp/src/scss/styles.scss
index fb6b7585..b1b3a6b1 100644
--- a/webapp/src/scss/styles.scss
+++ b/webapp/src/scss/styles.scss
@@ -16,3 +16,7 @@ table.table tr:last-child th,
table.table tr:last-child td {
border-bottom: 0;
}
+
+table.table {
+ margin-bottom: 0;
+}