From 3817f59f25c4cde7e91da89336c47e01c78eb082 Mon Sep 17 00:00:00 2001 From: decabeza Date: Thu, 8 Nov 2018 11:57:07 +0100 Subject: [PATCH] Improves styles to show budgets executions images --- app/assets/stylesheets/participation.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 0779a367a..5469f2658 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1695,9 +1695,10 @@ img { height: $line-height * 9; + min-width: 100%; + max-width: none; transition-duration: 0.3s; transition-property: transform; - width: 100%; } &:hover {