Skip to content

Commit

Permalink
Fixed #3259
Browse files Browse the repository at this point in the history
also resolves #3260
  • Loading branch information
brandonkelly committed Sep 3, 2018
1 parent add8019 commit db5dad6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- Fixed a bug where custom user fields weren’t showing up on the My Account page when running Craft Solo edition. ([#3228](https://github.com/craftcms/cms/issues/3228))
- Fixed a bug where multiple Matrix fields could share the same content table. ([#3249]())
- Fixed a “cache is corrupted” Twig error that could occur when editing or saving an element if it had an Assets field with an unresolvable subfolder path template. ([#3257](https://github.com/craftcms/cms/issues/3257))
- Fixed a bug where the Dev Mode indicator strip wasn’t visible on Chrome/Windows when using a scaled display. ([#3259](https://github.com/craftcms/cms/issues/3259))

## 3.0.22 - 2018-08-28

Expand Down
1 change: 1 addition & 0 deletions src/web/assets/cp/dist/css/_cp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ $sidebarLinkSecondaryColor: hsl($hue, 5%, 75%);
#devmode {
flex: 0 0 4px;
width: 100%;
min-height: 4px; // fixes Windows scaling bug (https://github.com/craftcms/cms/issues/3259)
background: url(../images/dev-mode.svg) repeat-x 21px 0;
cursor: help;
}
Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/css/craft.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/css/craft.css.map

Large diffs are not rendered by default.

0 comments on commit db5dad6

Please sign in to comment.