Skip to content

Commit

Permalink
webapp: equalize style of cards with tables in live view
Browse files Browse the repository at this point in the history
this change adjusts the style of cards showing tables such that they
look the same as inverter channel info tables.
  • Loading branch information
schlimmchen authored and tbnobody committed Nov 1, 2024
1 parent 0aba159 commit d324a5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/src/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit d324a5c

Please sign in to comment.