Skip to content

Commit c81ceac

Browse files
authored
fix: Adjust DynamicPage header margins and fix click (#3677)
* fix: page header margins & click * fix: header padding
1 parent be1396a commit c81ceac

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/shared/components/DescriptionHint/DescriptionHint.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export function HintButton({
4545
}}
4646
accessibleName={`${ariaTitle} information`}
4747
tooltip={`${ariaTitle} Information`}
48+
style={{ pointerEvents: 'auto' }}
4849
/>
4950
{createPortal(
5051
<Popover

src/shared/components/DynamicPageComponent/DynamicPageComponent.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
ui5-dynamic-page-title {
66
justify-content: center;
77
min-height: 3rem;
8+
pointer-events: none;
9+
10+
[slot='actionsBar'] {
11+
pointer-events: auto;
12+
}
813
}
914

1015
.bold-title {
@@ -62,7 +67,7 @@
6267

6368
ui5-dynamic-page-header {
6469
padding-top: 0;
65-
padding-bottom: 0;
70+
padding-bottom: 1rem;
6671
}
6772
}
6873

0 commit comments

Comments
 (0)