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 9e3b27c commit 149b191Copy full SHA for 149b191
src/Umbraco.Web.UI.Client/src/packages/core/components/body-layout/body-layout.element.ts
@@ -189,7 +189,7 @@ export class UmbBodyLayoutElement extends LitElement {
189
:host([header-transparent]:not([main-no-padding])) #main:not(*[style='display: none'] + *) {
190
/* The following styling is only applied if the clear-header IS present,
191
the main-no-padding attribute is NOT present, and the header is NOT hidden */
192
- padding-top: var(--uui-size-space-1);
+ padding-top: var(--uui-size-space-2);
193
}
194
:host([main-no-padding]) #main {
195
padding: 0;
0 commit comments