diff --git a/lib/components/Menu/menuOption.module.css b/lib/components/Menu/menuOption.module.css index 2245931d..95674eed 100644 --- a/lib/components/Menu/menuOption.module.css +++ b/lib/components/Menu/menuOption.module.css @@ -8,6 +8,7 @@ } .icon { + flex-shrink: 0; font-size: 1rem; display: flex; align-items: center; diff --git a/lib/components/Toolbar/Toolbar.stories.tsx b/lib/components/Toolbar/Toolbar.stories.tsx index d3adcb82..ba44bb48 100644 --- a/lib/components/Toolbar/Toolbar.stories.tsx +++ b/lib/components/Toolbar/Toolbar.stories.tsx @@ -46,7 +46,14 @@ export const Default: Story = { }, { value: 'brreg', - label: 'Brønnøysund', + label: 'Brønnøysundregistrene', + }, + { + value: 'ssb', + label: 'Statisitisk sentralbyrå', + badge: { + label: '10', + }, }, { value: 'nav',