From 59da7d0af45233c7a5a6dde77c373ee2ced5ebb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 2 Sep 2021 03:37:51 +0200 Subject: [PATCH] Fix "Add image" button styles in budget phases It was broken since we fixed issues with other image fields in commit 394a94cbf, because there we added a fieldset for the image fields, and so they inherited the styles in budget phases fields (these styles were added before it was possible to attach an image to a phase). --- app/assets/stylesheets/admin/budget_phases/form.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/admin/budget_phases/form.scss b/app/assets/stylesheets/admin/budget_phases/form.scss index 66cdca492..693077b38 100644 --- a/app/assets/stylesheets/admin/budget_phases/form.scss +++ b/app/assets/stylesheets/admin/budget_phases/form.scss @@ -1,6 +1,6 @@ .admin .budget-phases-form { - fieldset { + > fieldset { margin-top: $line-height; > * {