Skip to content

Commit

Permalink
Update step-36-content-density-d935dbf.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KlattG authored Dec 19, 2024
1 parent cf059f6 commit 3cdb752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/03_Get-Started/step-36-content-density-d935dbf.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can view and download all files at [Walkthrough - Step 36](https://ui5.sap.c
...

getContentDensityClass() {
// if the Fiori Launchpad has already set the content density class according to its logic, don't override it
// if the content density has already been set, don't override it
const classList = document.body.classList;
if (classList.contains("sapUiSizeCozy") || classList.contains("sapUiSizeCompact")) {
return "";
Expand Down

0 comments on commit 3cdb752

Please sign in to comment.