From 9737a320fc90e7554b19b7046d8afa84c97a66e8 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 6 Feb 2022 10:22:07 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e160794..5d55f3438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed the _Admin_ user from the database seeding - Assigned the role `ADMIN` on sign up (only if there is no admin yet) +### Fixed + +- Fixed the horizontal overflow in the accounts table +- Fixed the horizontal overflow in the activities table + ### Todo - Apply data migration (`yarn database:migrate`)