Commit 11dfea7e authored by Phil Hughes's avatar Phil Hughes

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
parent 6efa5dc0
......@@ -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;
......
---
title: Fixed loading spinner position on issue template toggle
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment