Skip to content

Commit

Permalink
feat(ui5-dynamic-page): merge with footer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kineticjs committed Nov 27, 2023
1 parent a302442 commit 637e14d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/fiori/src/themes/DynamicPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
box-sizing: border-box;
z-index: 1;
opacity: 1;
padding: 0 1rem;
}

:host([show-footer]) .ui5-dynamic-page-content {
Expand Down Expand Up @@ -74,7 +73,7 @@
}
}

/*** Responsive paddings ***/
/* Responsive paddings */

:host([media-range="S"]) .ui5-dynamic-page-root {
padding: 0 1rem;
Expand Down

0 comments on commit 637e14d

Please sign in to comment.