From 4ac5a7e37e2e7598cb52e075d80b69f7f15ece7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 11 Jan 2016 14:20:01 +0100 Subject: [PATCH] Fix minimum size when anonymous usere --- app/modules/attachments/attachments.scss | 1 + app/styles/modules/common/related-tasks.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/app/modules/attachments/attachments.scss b/app/modules/attachments/attachments.scss index 12447e7f..69564409 100644 --- a/app/modules/attachments/attachments.scss +++ b/app/modules/attachments/attachments.scss @@ -8,6 +8,7 @@ background: $whitish; display: flex; justify-content: space-between; + min-height: 36px; .attachments-title { @extend %medium; @extend %bold; diff --git a/app/styles/modules/common/related-tasks.scss b/app/styles/modules/common/related-tasks.scss index 7d4afcf9..26867eec 100644 --- a/app/styles/modules/common/related-tasks.scss +++ b/app/styles/modules/common/related-tasks.scss @@ -9,6 +9,7 @@ background: $whitish; display: flex; justify-content: space-between; + min-height: 36px; .related-tasks-title { @extend %medium; @extend %bold;