Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-05-31 13:11:30 +0300
committerwinh <winnie@gitlab.com>2017-05-31 13:11:48 +0300
commit0a2648065082b9a351a76dba77181bcd78bb9dce (patch)
treeae39e4fe39a22d963414f329f58296a325ff24eb /app
parent228926daee799c95e752a3c284c860e5bc60e528 (diff)
Center loading spinner in issuable filters
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/filters.scss1
1 files changed, 1 insertions, 0 deletions
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;
}