From c14aebccbde184f53d6311c93c331deeb660cb5c Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Mon, 26 Feb 2018 20:09:16 +0100 Subject: [PATCH] Minor responsive tweak --- front/src/components/library/Artist.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/library/Artist.vue b/front/src/components/library/Artist.vue index c2834e1de..7724428ca 100644 --- a/front/src/components/library/Artist.vue +++ b/front/src/components/library/Artist.vue @@ -30,7 +30,7 @@ </div> <div class="ui vertical stripe segment"> <h2>Albums by this artist</h2> - <div class="ui stackable three column grid"> + <div class="ui stackable doubling three column grid"> <div class="column" :key="album.id" v-for="album in albums"> <album-card :mode="'rich'" class="fluid" :album="album"></album-card> </div> -- GitLab