We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b2887 commit 40a180aCopy full SHA for 40a180a
packages/main/src/components/ObjectPageSubSection/ObjectPageSubSection.module.css
@@ -18,6 +18,7 @@
18
}
19
20
.subSectionTitle {
21
+ font-family: var(--sapFontHeaderFamily);
22
font-size: var(--sapFontHeader5Size);
23
color: var(--sapGroup_TitleTextColor);
24
flex-grow: 1;
@@ -26,7 +27,6 @@
26
27
.subSectionContent {
28
background-color: var(--_ui5wcr_ObjectPage_SubSectionBackgroundColor);
29
border-radius: var(--_ui5wcr_ObjectPage_SubSectionBorderRadius);
- padding-inline: 0.5rem;
30
padding-block: 1rem;
31
32
0 commit comments