diff --git a/CHANGELOG.md b/CHANGELOG.md index 98237003c1..84979e6978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - Improved upload error handling: deduplicate notifications, localized generic error message, sentry identifier... [#1842](https://github.com/opendatateam/udata/pull/1842) - Allows to filter datasets on resource `type` (needs reindexing) [#1848](https://github.com/opendatateam/udata/pull/1848) - Switch the admin sidebar collapse icon from "hamburger"to left and right arrows [#1855](https://github.com/opendatateam/udata/pull/1855) +- Discussion add card style coherence [#1884](https://github.com/opendatateam/udata/pull/1884) ### Breaking changes diff --git a/js/components/discussions/threads.vue b/js/components/discussions/threads.vue index c1e4691ad8..e6d2278de2 100644 --- a/js/components/discussions/threads.vue +++ b/js/components/discussions/threads.vue @@ -1,6 +1,8 @@