From 6a5dd932692db46d12ab23c06b5c4bed4bcc43df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 29 Oct 2015 08:23:26 +0100 Subject: [PATCH] Add margin to choices dropdown on lightbox --- app/styles/modules/common/lightbox.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/styles/modules/common/lightbox.scss b/app/styles/modules/common/lightbox.scss index 9cd3923d..5e39f99e 100644 --- a/app/styles/modules/common/lightbox.scss +++ b/app/styles/modules/common/lightbox.scss @@ -284,6 +284,9 @@ display: block; } } + .choices { + margin-bottom: 2rem; + } .options { display: flex; a {