diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index a3dae8a94..1f6e47636 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -515,6 +515,10 @@ @include breakpoint(medium) { min-height: $line-height * 15; } + + .with-image > .row { + display: flex; + } } .budget-investments-list .budget-investment, @@ -543,6 +547,7 @@ } img { + height: 100%; max-width: 12rem; } } diff --git a/app/views/budgets/investments/_investment.html.erb b/app/views/budgets/investments/_investment.html.erb index 86c66d9fe..ce342c8a2 100644 --- a/app/views/budgets/investments/_investment.html.erb +++ b/app/views/budgets/investments/_investment.html.erb @@ -2,13 +2,10 @@