From d3eabc33118849886ee21e5e6689e4bd8cfe59af Mon Sep 17 00:00:00 2001 From: Bernhard Kirchen Date: Fri, 25 Oct 2024 22:15:40 +0200 Subject: [PATCH] webapp: remove table's bottom margin we don't need a margin at the bottom of tables in general. not sure why this is even a thing in bootstrap. this change, in particular, makes the space between a table and a parent card symmetric on all sides. --- webapp/src/components/InverterChannelInfo.vue | 2 +- webapp/src/scss/styles.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/webapp/src/components/InverterChannelInfo.vue b/webapp/src/components/InverterChannelInfo.vue index 94dbc57af..00b514b42 100644 --- a/webapp/src/components/InverterChannelInfo.vue +++ b/webapp/src/components/InverterChannelInfo.vue @@ -21,7 +21,7 @@
- +