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
0aba1595df
commit
d324a5c83f
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user