Fixed the position of loading spinner

Fixed the position of the loading spinner in the issue template dropdown
toggle. It was previously just positioned with the content, this now
correctly places it in the same place the chevron down is

Closes #28906
This commit is contained in:
Phil Hughes 2017-03-02 11:10:39 +00:00
parent 6efa5dc04a
commit 11dfea7e83
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: