Skip to content

[2.x] fix: use correct --page-bottom-padding CSS variable in App#4438

Merged
imorland merged 1 commit into2.xfrom
im/fix-app-bottom-padding
Mar 13, 2026
Merged

[2.x] fix: use correct --page-bottom-padding CSS variable in App#4438
imorland merged 1 commit into2.xfrom
im/fix-app-bottom-padding

Conversation

@imorland
Copy link
Member

Summary

Fixes #4424.

--app-bottom-padding was introduced in #4173 but was never defined anywhere. The correct variable is --page-bottom-padding (defined in root.less and used consistently in PageStructure.less and AdminPage.less).

Changes

  • App.less: replace var(--app-bottom-padding)var(--page-bottom-padding)

@imorland imorland requested a review from a team as a code owner March 13, 2026 12:03
@imorland imorland added this to the 2.0.0-beta.8 milestone Mar 13, 2026
@imorland imorland merged commit abdb828 into 2.x Mar 13, 2026
27 checks passed
@imorland imorland deleted the im/fix-app-bottom-padding branch March 13, 2026 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[2.x] --app-bottom-padding is not defined

1 participant