Skip to content
Snippets Groups Projects
Commit 0de28eee authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

spinner: move back to display block for now

otherwise we'd have to fix all users
parent c0a88093
No related branches found
No related tags found
No related merge requests found
Pipeline #188762 passed
......@@ -8,7 +8,7 @@ export class Spinner extends HTMLElement {
shadowRoot.innerHTML = `
<style>
:host {
display: inline-block;
display: block;
}
#all-spinner {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment