Skip to content

Commit

Permalink
Merge pull request #238 from aroskanalen/feature/280-screen-layout-ov…
Browse files Browse the repository at this point in the history
…erlap

Fixed screen layout overlapping issue
  • Loading branch information
tuj authored Mar 27, 2024
2 parents 82ff369 + f545995 commit 990a38d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

- [#238](https://github.com/os2display/display-admin-client/pull/238)
- Fixed screen layout overlapping issue.
- [#237](https://github.com/os2display/display-admin-client/pull/237)
- Fixed isCampaign check for playlist relation puts.
- Removed redux/api.js since it was unused.
Expand Down
2 changes: 1 addition & 1 deletion src/components/screen/util/grid-generation-and-select.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function GridGenerationAndSelect({
</div>
</div>
</div>
<div className="col-md-12">
<div className="col-md-8">
{regions.length > 0 && (
<>
<h3 className="h5">
Expand Down

0 comments on commit 990a38d

Please sign in to comment.