From 0a2648065082b9a351a76dba77181bcd78bb9dce Mon Sep 17 00:00:00 2001 From: winh <winnie@gitlab.com> Date: Wed, 31 May 2017 12:11:30 +0200 Subject: [PATCH] Center loading spinner in issuable filters --- app/assets/stylesheets/framework/filters.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss index d191bbb226c..90051ffe753 100644 --- a/app/assets/stylesheets/framework/filters.scss +++ b/app/assets/stylesheets/framework/filters.scss @@ -475,4 +475,5 @@ .filter-dropdown-loading { padding: 8px 16px; + text-align: center; } -- GitLab