Skip to content

Commit

Permalink
fix: atlas topbar layout showing incorrect padding (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: undefined <undefined>
  • Loading branch information
gjulivan authored Dec 12, 2024
1 parent fabb3d3 commit d683f68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/atlas-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Fixed

- We fixed an issue where Atlas_Topbar layout showing incorrect padding in topbar menu.

## [3.16.1] Atlas Core - 2024-12-9

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/atlas-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atlas-core",
"moduleName": "Atlas Core",
"version": "3.16.1",
"version": "3.16.2",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2024. All rights reserved.",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
pointer-events: auto;
}

.mx-scrollcontainer-center {
.region-content {
.mx-layoutgrid,
.mx-layoutgrid-fluid {
@include layout-spacing($type: padding, $direction: all, $device: responsive);
Expand Down

0 comments on commit d683f68

Please sign in to comment.