From 2ee7221d4b80e357d3c8bd8c9987eccf61f929be Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 8 Nov 2022 14:21:53 +0100 Subject: [PATCH] Fix AppMenu icons for firefox Signed-off-by: Simon L --- core/src/components/AppMenu.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/components/AppMenu.vue b/core/src/components/AppMenu.vue index 663b5b380cd..057e6c024db 100644 --- a/core/src/components/AppMenu.vue +++ b/core/src/components/AppMenu.vue @@ -184,6 +184,7 @@ $header-icon-size: 20px; width: $header-icon-size; height: $header-icon-size; padding: calc((100% - $header-icon-size) / 2); + box-sizing: content-box; } .app-menu-entry--label { -- 2.39.5