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.
This commit is contained in:
Bernhard Kirchen 2024-10-26 22:34:35 +02:00
parent 14dbb45b44
commit 001e0a456b

View File

@ -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;
}