Skip to content

Commit 63c7922

Browse files
author
Mykhailo Semenchenko
committed
Fix loader position
Signed-off-by: Mykhailo Semenchenko <mykhailo.semenchenko@logz.io>
1 parent 79caab0 commit 63c7922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jaeger-ui/src/components/common/LoadingIndicator.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ limitations under the License.
4343

4444
.LoadingIndicator.is-vcentered {
4545
display: block;
46-
margin-top: calc(100vh - 50% - 18px);
46+
margin: auto;
4747
}
4848

4949
.LoadingIndicator.is-small {

0 commit comments

Comments
 (0)