From 80e62edbcdb7cd1b9bc14926d168bc3343b80f0c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 12 May 2017 10:04:21 -0400 Subject: [PATCH] removing padding-right 0 from the calendar view selection dropdown adding padding right 0 to the event list calender view dropdown doesn't prevent it from getting pushed out of the bounds of the calendar. removing that style --- css/front.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/front.css b/css/front.css index 828a458..c1ce867 100755 --- a/css/front.css +++ b/css/front.css @@ -452,7 +452,7 @@ label.date-toggle-label{ .view-select { float: right; margin-right: 0; - padding-right: 0; +/* padding-right: 0;*/ } #glm-event-view-select{ float: right; -- 2.17.1