used text-center class instead of inline style to center the loader
This commit is contained in:
parent
b0b5331a4b
commit
ee7a4463d3
1 changed files with 1 additions and 1 deletions
2
ui/src/components/main.tsx
vendored
2
ui/src/components/main.tsx
vendored
|
@ -414,7 +414,7 @@ export class Main extends Component<any, MainState> {
|
|||
return (
|
||||
<div class="main-content-wrapper">
|
||||
{this.state.loading ? (
|
||||
<p style="text-align: center;">
|
||||
<p class="text-center">
|
||||
<svg class="icon icon-spinner spin">
|
||||
<use xlinkHref="#icon-spinner"></use>
|
||||
</svg>
|
||||
|
|
Loading…
Reference in a new issue