Skip to content

Commit

Permalink
set min-height to the header
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Oct 2, 2024
1 parent f0a5759 commit 844d4cf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ const dashboardWidgetAndSection = css`
align-items: center;
padding: var(--lumo-space-s) var(--lumo-space-m);
gap: var(--lumo-space-s);
min-height: var(--lumo-size-m);
justify-content: space-between;
}
:host([editable]) header {
Expand Down

0 comments on commit 844d4cf

Please sign in to comment.