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:
parent
14dbb45b44
commit
001e0a456b
@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user