We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880d84b commit df39026Copy full SHA for df39026
src/Umbraco.Web.UI.Client/src/packages/core/menu/section-sidebar-menu/section-sidebar-menu.element.ts
@@ -48,8 +48,12 @@ export class UmbSectionSidebarMenuElement<
48
UmbTextStyles,
49
css`
50
h3 {
51
- margin: var(--uui-size-5) 0;
+ display: flex;
52
+ align-items: center;
53
+ height: var(--umb-header-layout-height);
54
+ margin: 0;
55
padding: var(--uui-size-4) var(--uui-size-8);
56
+ box-sizing: border-box;
57
font-size: 14px;
58
}
59
`,
0 commit comments