From 83763d5ec855758c146ea551e42ec9710613e187 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 22 Jul 2019 15:21:14 -0400 Subject: [PATCH] Fix alignment of group cards --- app/javascript/styles/gabsocial/components/group-card.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/javascript/styles/gabsocial/components/group-card.scss b/app/javascript/styles/gabsocial/components/group-card.scss index 754a4950..dac414e0 100644 --- a/app/javascript/styles/gabsocial/components/group-card.scss +++ b/app/javascript/styles/gabsocial/components/group-card.scss @@ -17,7 +17,6 @@ .group-card-list { display: flex; flex-direction: row; - align-items: flex-start; flex-wrap: wrap; justify-content: space-between; width: 100%; @@ -34,7 +33,7 @@ .group-card__header { overflow: hidden; - + img { pointer-events: none; width: 100%; @@ -72,4 +71,4 @@ text-decoration: underline; } } -} \ No newline at end of file +}