We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea63c43 commit 1c888e6Copy full SHA for 1c888e6
packages/fiori/src/themes/DynamicPageTitle.css
@@ -55,12 +55,12 @@
55
margin: var(--_ui5_dynamic_page_title_heading_margin);
56
}
57
58
-::slotted([ui5-title][slot="heading"]) {
+::slotted([ui5-title][slot="heading"][level="H5"]) {
59
font-size: var(--sapObjectHeader_Title_FontSize);
60
61
62
-::slotted([ui5-title][slot="snappedHeading"]),
63
-:host([snapped]) ::slotted([ui5-title][slot="heading"]) {
+::slotted([ui5-title][slot="snappedHeading"][level="H5"]),
+:host([snapped]) ::slotted([ui5-title][slot="heading"][level="H5"]) {
64
font-size: var(--sapObjectHeader_Title_SnappedFontSize);
65
text-overflow: ellipsis;
66
0 commit comments