From baf33ad9cbeae6caefb7b31e15f214d0f2aa05e5 Mon Sep 17 00:00:00 2001 From: Matheus Agio Nerone <man13@inf.ufpr.br> Date: Tue, 13 Oct 2015 09:43:15 -0300 Subject: [PATCH] add a space in the order_by dropdown Signed-off-by: Matheus Agio Nerone <man13@inf.ufpr.br> --- app/assets/stylesheets/application/search.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/application/search.scss b/app/assets/stylesheets/application/search.scss index fe91f7c3..20fe8a02 100644 --- a/app/assets/stylesheets/application/search.scss +++ b/app/assets/stylesheets/application/search.scss @@ -27,6 +27,7 @@ border: 0; border-radius: 3px; color: #59585A; + padding-right: 20px; } // #nestedAccordion{ -- GitLab