Skip to content

Commit

Permalink
Set correct min-height.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Sep 25, 2023
1 parent adb6130 commit 989dcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/www/views/contact_view/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class ContactView extends LitElement {
* "auto", with a min-height of what the height would have been, which
* defaults to "48px" (https://www.npmjs.com/package/@material/mwc-menu#css-custom-properties).
*/
min-height: var(--mdc-menu-item-height);
min-height: 48px;
--mdc-menu-item-height: auto;
padding-bottom: var(--outline-mini-gutter);
padding-top: var(--outline-mini-gutter);
Expand Down

0 comments on commit 989dcdb

Please sign in to comment.