From 757176727db35401ecc09d0379ee1beadbf0794a Mon Sep 17 00:00:00 2001 From: j433866 Date: Wed, 20 Mar 2019 10:52:00 +0000 Subject: [PATCH] Fix the aspect ratio fix --- src/web/stylesheets/components/_pane.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/stylesheets/components/_pane.css b/src/web/stylesheets/components/_pane.css index e3c76af0..c5c4e2ab 100755 --- a/src/web/stylesheets/components/_pane.css +++ b/src/web/stylesheets/components/_pane.css @@ -52,6 +52,7 @@ line-height: 30px; background-color: var(--primary-background-colour); flex-direction: row; + padding-left: 10px; } .io-card.card:hover { @@ -68,8 +69,7 @@ margin-top: auto; margin-right: auto; margin-bottom: auto; - padding: 10px; - padding-right: 0px; + padding: 0px; }