Skip to content

Commit

Permalink
Merge pull request #559 from eea/develop
Browse files Browse the repository at this point in the history
fix block chooser in edit mode
  • Loading branch information
erral committed Mar 8, 2024
2 parents aa14629 + d5863d4 commit c0b166b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [1.1.120](https://github.com/eea/volto-clms-theme/compare/1.1.119...1.1.120) - 8 March 2024

#### :hammer_and_wrench: Others

- fix block chooser in edit mode [Unai Etxaburu - [`d994993`](https://github.com/eea/volto-clms-theme/commit/d9949932b1a74130f49580e35f237267758ad46c)]
### [1.1.119](https://github.com/eea/volto-clms-theme/compare/1.1.118...1.1.119) - 28 February 2024

#### :hammer_and_wrench: Others

- remove consolelog [Mikel Larreategi - [`9c88aa2`](https://github.com/eea/volto-clms-theme/commit/9c88aa298fe8fdfe28dd8267a1015726b17e5065)]
- remove traces of email and fullname in the profile edit form [Mikel Larreategi - [`bd3089f`](https://github.com/eea/volto-clms-theme/commit/bd3089fa6a8ed1dea95d25709349325aa6d6f582)]
### [1.1.118](https://github.com/eea/volto-clms-theme/compare/1.1.117...1.1.118) - 23 February 2024

#### :hammer_and_wrench: Others
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-clms-theme",
"version": "1.1.119",
"version": "1.1.120",
"description": "volto-clms-theme: Volto theme for CLMS site",
"main": "src/index.js",
"author": "CodeSyntax for the European Environment Agency",
Expand Down
6 changes: 6 additions & 0 deletions theme/site/extras/volto-block-style-override.less
Original file line number Diff line number Diff line change
Expand Up @@ -401,3 +401,9 @@ body:not(.is-authenticated):not(.document_wide_view).stretch {
left: auto !important;
margin-top: 50px;
}

// edit mode block chooser
.tabs-block .blocks-chooser {
margin-top: 1rem !important;
transform: none !important;
}

0 comments on commit c0b166b

Please sign in to comment.