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 committed by Thomas Basler
parent 0aba1595df
commit d324a5c83f

View File

@ -26,3 +26,7 @@ div.card.card-table {
// messing up the bottom corner radii // messing up the bottom corner radii
overflow: hidden; overflow: hidden;
} }
div.card.card-table div.card-body {
padding: 0;
}