Skip to content

Commit

Permalink
Merge pull request #1704 from Sitecore/bugfix/605944-fixed-grid-columns
Browse files Browse the repository at this point in the history
 [templates/nextjs-sxa]: fixed shown grid columns in EE
  • Loading branch information
art-alexeyenko authored Jan 3, 2024
2 parents 16c36c7 + d1925a3 commit 437fa9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Our versioning strategy is as follows:
* `[templates/nextjs-sxa]` Fixed Image component when there is using Banner variant which set property background-image when image is empty. ([#1689](https://github.com/Sitecore/jss/pull/1689)) ([#1692](https://github.com/Sitecore/jss/pull/1692))
* `[sitecore-jss-react]` `[templates/nextjs-xmcloud]` Ensure FEAAS and BYOC components can correctly use item datasources ([#1694](https://github.com/Sitecore/jss/pull/1694))
* `[sitecore-jss-nextjs]` Fix loop error in redirect middleware when the pattern of redirect has default locale. ([#1696](https://github.com/Sitecore/jss/pull/1696))
* `[templates/nextjs-sxa]` Fix feature `show Grid column` in Experience Editor. ([#1704](https://github.com/Sitecore/jss/pull/1704))

### 🛠 Breaking Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ ul li {
width: 100%;
display: flex;
flex-wrap: wrap;
position: relative;
}

.sc-jss-placeholder-error {
Expand Down

0 comments on commit 437fa9a

Please sign in to comment.