Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Discodata connector visual fix #71

Merged
merged 2 commits into from
Jun 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ 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).

#### [0.2.14](https://github.com/eea/volto-forests-theme/compare/0.2.13...0.2.14)

- Discodata connector visual fix [`0f6e318`](https://github.com/eea/volto-forests-theme/commit/0f6e318241780f02c8d5cbe2cce7fafd67b5eeb1)

#### [0.2.13](https://github.com/eea/volto-forests-theme/compare/0.2.12...0.2.13)

- ExpandableTable include title in searchable content [`49e98af`](https://github.com/eea/volto-forests-theme/commit/49e98afe8d0c7c55f583c1f7d96616d86cbe6846)
> 12 May 2022

- ExpandableTable include title in searchable content [`#70`](https://github.com/eea/volto-forests-theme/pull/70)

#### [0.2.12](https://github.com/eea/volto-forests-theme/compare/0.2.11...0.2.12)

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-forests-theme",
"version": "0.2.13",
"version": "0.2.14",
"description": "@eeacms/volto-forests-theme: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const View = (props) => {
}, [JSON.stringify(dataProviders)]);

const view = (
<div className="flex h-100 pa-1" style={{ position: 'relative' }}>
<div className="flex pa-1" style={{ position: 'relative' }}>
<div className="flex flex-column w-100">
{/* {props.data?.block_title ? <h5>{props.data.block_title}</h5> : ''} */}
{parentsDataProviders &&
Expand Down