From 1efd0befa063d7f0635541903679976ed98d838c Mon Sep 17 00:00:00 2001 From: Paul Kaplan <pkaplan@media.mit.edu> Date: Mon, 4 Dec 2017 15:12:36 -0500 Subject: [PATCH] Fix image sizing --- src/components/custom-procedures/custom-procedures.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/custom-procedures/custom-procedures.css b/src/components/custom-procedures/custom-procedures.css index f60fab88e..c9afdd1c2 100644 --- a/src/components/custom-procedures/custom-procedures.css +++ b/src/components/custom-procedures/custom-procedures.css @@ -56,8 +56,8 @@ } .option-icon { - padding: 0 1rem 1rem; - width: 100%; + max-height: 48px; + margin-bottom: 0.5rem; } .option-title { -- GitLab