Skip to content

Commit df39026

Browse files
set height to match workspace top bar (#19384)
Co-authored-by: Mads Rasmussen <[email protected]>
1 parent 880d84b commit df39026

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/menu/section-sidebar-menu/section-sidebar-menu.element.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,12 @@ export class UmbSectionSidebarMenuElement<
4848
UmbTextStyles,
4949
css`
5050
h3 {
51-
margin: var(--uui-size-5) 0;
51+
display: flex;
52+
align-items: center;
53+
height: var(--umb-header-layout-height);
54+
margin: 0;
5255
padding: var(--uui-size-4) var(--uui-size-8);
56+
box-sizing: border-box;
5357
font-size: 14px;
5458
}
5559
`,

0 commit comments

Comments
 (0)