Skip to content

Commit 149b191

Browse files
authored
Add slightly more padding at top so user card outline is not cutoff (#20258)
1 parent 9e3b27c commit 149b191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/components/body-layout/body-layout.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export class UmbBodyLayoutElement extends LitElement {
189189
:host([header-transparent]:not([main-no-padding])) #main:not(*[style='display: none'] + *) {
190190
/* The following styling is only applied if the clear-header IS present,
191191
the main-no-padding attribute is NOT present, and the header is NOT hidden */
192-
padding-top: var(--uui-size-space-1);
192+
padding-top: var(--uui-size-space-2);
193193
}
194194
:host([main-no-padding]) #main {
195195
padding: 0;

0 commit comments

Comments
 (0)