Skip to content

Commit

Permalink
Fixed #2981
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Jun 12, 2018
1 parent 090c37d commit 722673b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- Fixed a bug where clicking on “Date Created” and “Date Updated” column headers on element indexes wouldn’t update the sort order. ([#2975](https://github.com/craftcms/cms/issues/2975))
- Fixed a bug where Edit Entry pages were listing more than the 10 most recent versions. ([#2976](https://github.com/craftcms/cms/issues/2976))
- Fixed a SQL error that occurred when upgrading from Craft 2 to 3 via the terminal. ([#1347](https://github.com/craftcms/cms/issues/1347))
- Fixed the alignment of expand/collapse toggles in asset index sidebars. ([#2981](https://github.com/craftcms/cms/issues/2981))

## 3.0.10.2 - 2018-06-07

Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/css/_cp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ $sidebarLinkSecondaryColor: hsl($hue, 5%, 75%);

.toggle {
position: absolute;
top: 10px;
top: 7px;
}

ul {
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 722673b

Please sign in to comment.