diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c1ac137f..05a352e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ ### Fixed - Prevent slow loading of recipes due to iteration over all files [#1072](https://github.com/nextcloud/cookbook/pull/1072) @christianlupus +- Fix keyword ordering buttons being clipped by top bar + [#1103](https://github.com/nextcloud/cookbook/pull/1103) @MarcelRobitaille ### Maintenance - Add composer.json to version control to have unique installed dependency versions diff --git a/src/components/RecipeListKeywordCloud.vue b/src/components/RecipeListKeywordCloud.vue index 8577aed12..e06928bd0 100644 --- a/src/components/RecipeListKeywordCloud.vue +++ b/src/components/RecipeListKeywordCloud.vue @@ -39,15 +39,16 @@ /> -
+