diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-05-31 13:39:47 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-05-31 13:39:47 +0000 |
commit | 2c288ee1fc32703eadcf54ec73baf9199720ae35 (patch) | |
tree | 6737c9d8e69e3d0f6eaf573050d519673f60158d | |
parent | aefd8b233340ac4238c14be94c12585efc60de38 (diff) | |
parent | 0a2648065082b9a351a76dba77181bcd78bb9dce (diff) | |
download | gitlab-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.scss | 1 |
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; } |