fix: one item menus height issue (#6359)

changed minimum-height attribute of mat menu for both light as well as dark theme

Closes #6140

Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
Arshil Vahora 2023-08-21 22:38:45 +05:30 committed by GitHub
parent 2de7c1c607
commit 3df4361bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -429,6 +429,7 @@ $custom-typography: mat.define-legacy-typography-config(
background-color: map-get($background, cards);
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
border-radius: 6px;
min-height: fit-content;
}
.mat-option {
@ -500,6 +501,7 @@ $custom-typography: mat.define-legacy-typography-config(
background-color: map-get($background, cards);
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
border-radius: 6px;
min-height: fit-content;
}
.mat-option {