Skip to content

Commit

Permalink
Merge pull request #28 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
avoinea authored Aug 31, 2021
2 parents 9097038 + f9a7eca commit 74e38ae
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ 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).

#### [3.4.5](https://github.com/eea/volto-block-style/compare/3.4.4...3.4.5)

- Lint fix 2 [`dbdf49a`](https://github.com/eea/volto-block-style/commit/dbdf49a842f07019444ad3ee87ceccf6504c48f1)
- Lint fix [`20ea653`](https://github.com/eea/volto-block-style/commit/20ea653087ec1f9167b46e482128412d25dcdf05)
- Stretch fix overflow for wide screens [`535d8be`](https://github.com/eea/volto-block-style/commit/535d8be197eb6a8720cb90c1f35e8b5332661f85)
- Add Lock-Token to default CORS allow_headers [`4b81397`](https://github.com/eea/volto-block-style/commit/4b81397dff744f2fa0bd87827c3a9fdcc0e049a1)

#### [3.4.4](https://github.com/eea/volto-block-style/compare/3.4.3...3.4.4)

> 27 August 2021
- Develop [`#26`](https://github.com/eea/volto-block-style/pull/26)
- Stretch styles for Edit specific cases [`a36b568`](https://github.com/eea/volto-block-style/commit/a36b5680178604ced2a55944777dd647e2affc0c)
- Stretch description titles [`8ced579`](https://github.com/eea/volto-block-style/commit/8ced5793153a1cd896919ef32822c866f88112a1)
- Lint fix [`bf6b9d7`](https://github.com/eea/volto-block-style/commit/bf6b9d7008f29c4527bd87a2226ddd10b2b72923)
Expand Down
2 changes: 1 addition & 1 deletion api/buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ zcml-additional =
allow_methods="DELETE,GET,OPTIONS,PATCH,POST,PUT"
allow_credentials="true"
expose_headers="Content-Length,X-My-Header"
allow_headers="Accept,Authorization,Content-Type,X-Custom-Header,Origin"
allow_headers="Accept,Authorization,Content-Type,X-Custom-Header,Origin,Lock-Token"
max_age="3600"
/>
</configure>
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-block-style",
"version": "3.4.4",
"version": "3.4.5",
"description": "volto-block-style: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
9 changes: 4 additions & 5 deletions src/Widgets/range.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,11 @@ body:not(.is-anonymous):not(.has-toolbar) .stretch {
}

body:not(.view-viewview) .stretch {
width: auto !important;
max-width: 1790px !important;
transform: translate(-57.5%, 0%);
}

body:not(.view-viewview):not(.has-sidebar):not(.has-toolbar) .stretch {
transform: translate(-55.8%, 0%);
padding: 0 !important;
margin-right: -7.2rem !important;
transform: translate(-50%, 0%);
}

body:not(.is-anonymous):not(.has-toolbar) .stretch {
Expand Down

0 comments on commit 74e38ae

Please sign in to comment.