From 675ca32703b9db2fbd5a4d8da0b11b1314c8755c Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 17 Mar 2016 17:16:15 -0400 Subject: [PATCH] on event detail page style for button driving direction button to go full width of element --- css/front.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/front.css b/css/front.css index cd88b70..9c39d03 100644 --- a/css/front.css +++ b/css/front.css @@ -18,3 +18,6 @@ margin-top: 10px !important; margin-bottom: 10px !important; } +#EventDrivingDirectionSubmit { + width: 100%; +} -- 2.17.1