Merge branch 'issue-descrpiption-spinner-off' into 'master'

Fixed the position of loading spinner

Closes #28906

See merge request !9658
This commit is contained in:
Annabel Dunstone Gray 2017-03-02 20:22:43 +00:00
commit 2429a109fd
2 changed files with 7 additions and 2 deletions

View File

@ -107,11 +107,12 @@
&.fa-spinner {
font-size: 16px;
margin-top: -8px;
margin-top: -3px;
}
}
.fa-chevron-down {
.fa-chevron-down,
.fa-spinner {
position: absolute;
top: 11px;
right: 8px;

View File

@ -0,0 +1,4 @@
---
title: Fixed loading spinner position on issue template toggle
merge_request:
author: