From fd970e5c67016ad9ea20a531099fa9d8b3514bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Thu, 8 Apr 2021 15:22:29 +0200 Subject: [PATCH] Fixing a bug on title disabled new button size --- webapp/src/components/gallery/gallery.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/components/gallery/gallery.scss b/webapp/src/components/gallery/gallery.scss index 7ba76a29f..4234ab48e 100644 --- a/webapp/src/components/gallery/gallery.scss +++ b/webapp/src/components/gallery/gallery.scss @@ -8,7 +8,7 @@ color: rgba(var(--body-color), 0.3); cursor: pointer; width: 280px; - min-height: 200px; + min-height: 160px; display: flex; flex-direction: column; align-items: center;