mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user