Skip to content

Commit 2682277

Browse files
authored
fix(DynamicPageHeader): correctly apply width to header (#6174)
Fixes #6135 Fixes #6087
1 parent c71c142 commit 2682277

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/main/src/components/DynamicPageHeader/DynamicPageHeader.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
padding-block-end: 1rem;
77
display: var(--_ui5wcr_DynamicPage_header_display);
88
overflow: hidden;
9+
width: 100%;
10+
box-sizing: border-box;
911
}

0 commit comments

Comments
 (0)