From 8d88726dba9553836d91e14d0e1fd5a26b6cd083 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 20 Aug 2016 13:57:00 +1200 Subject: [PATCH] Fix spacing above image when single column --- scripts/system/html/SnapshotReview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/html/SnapshotReview.html b/scripts/system/html/SnapshotReview.html index 20bf726ee2..69fb5994dc 100644 --- a/scripts/system/html/SnapshotReview.html +++ b/scripts/system/html/SnapshotReview.html @@ -33,7 +33,7 @@ width: 100%; } .snapshot-column-right > div > img { - margin-top: 32px !important; + margin-top: 18px !important; } }