From 7a01930a9fb2cb69fa5581b4bfa8ee91fcfc272b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 30 Jan 2018 09:42:40 -0500 Subject: [PATCH] removing the padding right none on the agenda view dropdown agenda view dropdown missing arrow because of padding setings --- css/front.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/front.css b/css/front.css index 13e56a8..13b9c13 100644 --- a/css/front.css +++ b/css/front.css @@ -477,7 +477,7 @@ label.date-toggle-label{ #glm-event-view-select{ float: right; margin-right: 0; - padding-right: 0; +/* padding-right: 0;*/ } } .agenda-event-name{ -- 2.17.1