aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LoadingBox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/LoadingBox.scss')
-rw-r--r--src/client/views/nodes/LoadingBox.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/LoadingBox.scss b/src/client/views/nodes/LoadingBox.scss
index 4c3b8dabe..d4a7e18f2 100644
--- a/src/client/views/nodes/LoadingBox.scss
+++ b/src/client/views/nodes/LoadingBox.scss
@@ -12,6 +12,10 @@
text-overflow: ellipsis;
max-width: 80%;
text-align: center;
+ display: flex;
+ flex-direction: column;
+ gap: 8px;
+ align-items: center;
}
}