getodk / central-frontend

Vue.js based frontend for ODK Central
https://docs.getodk.org/central-intro/
Apache License 2.0
32 stars 57 forks source link

Do not position Spinner absolutely when it is next to <select> #936

Closed matthew-white closed 7 months ago

matthew-white commented 7 months ago

This PR makes it easier to position a spinner next to another element, which we will need to do soon for pagination. Currently, a spinner is always positioned in the middle of its parent.

What has been done to verify that this works as intended?

I viewed the spinner in UserRow with and without this change in order to verify that it looked the same.

Before submitting this PR, please make sure you have: