diff --git a/core/src/components/AppMenu.vue b/core/src/components/AppMenu.vue index 663b5b380cd39..057e6c024db5f 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 {