aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LoadingBox.scss
diff options
context:
space:
mode:
authorSophie Zhang <sophie_zhang@brown.edu>2023-07-20 01:11:44 -0400
committerSophie Zhang <sophie_zhang@brown.edu>2023-07-20 01:11:44 -0400
commit0ca5a86e6f9ff85a32de109105b241d613aae326 (patch)
tree47504f51a7c195735a858cf0a8e0f76c3a81175e /src/client/views/nodes/LoadingBox.scss
parente11aa60b774d457cb016bb0f375ce092f0a733af (diff)
parentea217200f1c42e4d4b142abc9abd55ca49535c49 (diff)
Merge branch 'sophie-report-manager' into sophie-ai-images
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;
}
}