diff --git a/changes/changelog.d/676.bugfix b/changes/changelog.d/676.bugfix new file mode 100644 index 000000000..30829cd19 --- /dev/null +++ b/changes/changelog.d/676.bugfix @@ -0,0 +1 @@ +Fixed overescaping issue in notifications and album page (#676) diff --git a/front/src/components/library/Album.vue b/front/src/components/library/Album.vue index ba354914e..bb33b7e7f 100644 --- a/front/src/components/library/Album.vue +++ b/front/src/components/library/Album.vue @@ -10,13 +10,7 @@