Skip to content

Commit

Permalink
280: Fixed screen layout overlapping issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed Mar 27, 2024
1 parent 82ff369 commit f545995
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 f545995

Please sign in to comment.