From 001e0a456bb864962b4e00e0e87adaf1c96632d1 Mon Sep 17 00:00:00 2001 From: Bernhard Kirchen Date: Sat, 26 Oct 2024 22:34:35 +0200 Subject: [PATCH] webapp: equalize style of cards with tables in live view this change adjusts the style of cards showing tables such that they look the same as inverter channel info tables. --- webapp/src/scss/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/src/scss/styles.scss b/webapp/src/scss/styles.scss index 77f162a3..1a928839 100644 --- a/webapp/src/scss/styles.scss +++ b/webapp/src/scss/styles.scss @@ -26,3 +26,7 @@ div.card.card-table { // messing up the bottom corner radii overflow: hidden; } + +div.card.card-table div.card-body { + padding: 0; +}