From 53ff2027efd65ba7f831affc495c61ec21c6dc46 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Fri, 8 Feb 2019 16:15:51 +0100 Subject: [PATCH] Fix #694: resizing issues on album cards --- changes/changelog.d/694.bugfix | 1 + front/src/components/audio/album/Card.vue | 28 +++++++++++++++-------- front/src/components/library/Artist.vue | 6 ++--- 3 files changed, 22 insertions(+), 13 deletions(-) create mode 100644 changes/changelog.d/694.bugfix diff --git a/changes/changelog.d/694.bugfix b/changes/changelog.d/694.bugfix new file mode 100644 index 000000000..7dd6e45a9 --- /dev/null +++ b/changes/changelog.d/694.bugfix @@ -0,0 +1 @@ +Fixed resizing issues for album cards on artist pages (#694) diff --git a/front/src/components/audio/album/Card.vue b/front/src/components/audio/album/Card.vue index a439a16b6..2f19d7fbb 100644 --- a/front/src/components/audio/album/Card.vue +++ b/front/src/components/audio/album/Card.vue @@ -22,7 +22,8 @@ - + +