Skip to content

Commit 40a180a

Browse files
authored
fix(ObjectPageSubSection): update styles to latest specs (#6494)
Fixes #5850
1 parent 78b2887 commit 40a180a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
}
1919

2020
.subSectionTitle {
21+
font-family: var(--sapFontHeaderFamily);
2122
font-size: var(--sapFontHeader5Size);
2223
color: var(--sapGroup_TitleTextColor);
2324
flex-grow: 1;
@@ -26,7 +27,6 @@
2627
.subSectionContent {
2728
background-color: var(--_ui5wcr_ObjectPage_SubSectionBackgroundColor);
2829
border-radius: var(--_ui5wcr_ObjectPage_SubSectionBorderRadius);
29-
padding-inline: 0.5rem;
3030
padding-block: 1rem;
3131
}
3232

0 commit comments

Comments
 (0)