summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-31 13:39:47 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-31 13:39:47 +0000
commit2c288ee1fc32703eadcf54ec73baf9199720ae35 (patch)
tree6737c9d8e69e3d0f6eaf573050d519673f60158d
parentaefd8b233340ac4238c14be94c12585efc60de38 (diff)
parent0a2648065082b9a351a76dba77181bcd78bb9dce (diff)
downloadgitlab-ce-2c288ee1fc32703eadcf54ec73baf9199720ae35.tar.gz
Merge branch 'winh-filter-dropdown-spinner' into 'master'
Center loading spinner in issuable filters Closes #33137 See merge request !11818
-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;
}