From a08a9af038bc691bfa474462398d3cf28d3026c1 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 28 Dec 2017 15:18:44 -0500 Subject: [PATCH] fixing broken margin between the icons for the reg detail view registration detail page had icons that were missing margin for spacing --- css/front.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/front.css b/css/front.css index 38199d3..0b4af6a 100644 --- a/css/front.css +++ b/css/front.css @@ -183,7 +183,7 @@ word-wrap: break-word; } .glm-reg-event-profile-details:not(.glm-reg-contact-details){ - /* margin-bottom: 15px; */ + margin-bottom: 15px; } #glm-reg-map-container{ height: 0px; -- 2.17.1