diff --git a/packages/ui-components/src/style/icon.ts b/packages/ui-components/src/style/icon.ts index 264dbf4cd615..df050e08a285 100644 --- a/packages/ui-components/src/style/icon.ts +++ b/packages/ui-components/src/style/icon.ts @@ -184,6 +184,7 @@ const containerCSSBreadCrumb: NestedCSSProperties = { }; const containerCSSCommandPaletteHeader: NestedCSSProperties = { + height: '14px', margin: '0 14px 0 auto' };