diff --git a/CHANGELOG.md b/CHANGELOG.md index fea4a6e..f666398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/api/buildout.cfg b/api/buildout.cfg index 56b8785..2e63117 100644 --- a/api/buildout.cfg +++ b/api/buildout.cfg @@ -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" /> diff --git a/package.json b/package.json index df096d3..9af4bbe 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/Widgets/range.css b/src/Widgets/range.css index ea170ca..7c813d4 100644 --- a/src/Widgets/range.css +++ b/src/Widgets/range.css @@ -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 {