Skip to content

Commit

Permalink
568 - jQuery Notice boxes not aligned - Preventing access to settings
Browse files Browse the repository at this point in the history
- Change alignment back to left, so that divs can be exposed and closed by the user
- see issue #568 #568
  • Loading branch information
Simon Gow committed Jul 10, 2018
1 parent 0233a6b commit 0f98b90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/src/styles/legacy/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ body.cms {
border: 0;
border-left: 3px solid;
color: #666;
left: 300px;
left: 0;
background: #fff;

&.success,
Expand Down

0 comments on commit 0f98b90

Please sign in to comment.