aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LoadingBox.scss
diff options
context:
space:
mode:
authorNaafiyan Ahmed <naafiyan@gmail.com>2022-08-16 21:16:03 -0400
committerNaafiyan Ahmed <naafiyan@gmail.com>2022-08-16 21:16:03 -0400
commit27945b9a931fa9504404174dd08964556dc3aea2 (patch)
tree44f63d7d72767eb9ff0ddb6092ac249bdbcdf97f /src/client/views/nodes/LoadingBox.scss
parentbb2b38b0e47eaf8e64554d101b605bf35a178239 (diff)
added loading for diff doc types
Diffstat (limited to 'src/client/views/nodes/LoadingBox.scss')
-rw-r--r--src/client/views/nodes/LoadingBox.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/views/nodes/LoadingBox.scss b/src/client/views/nodes/LoadingBox.scss
index 239faa78e..e8890cd82 100644
--- a/src/client/views/nodes/LoadingBox.scss
+++ b/src/client/views/nodes/LoadingBox.scss
@@ -5,3 +5,8 @@
justify-content: center;
background-color: #fdfdfd;
}
+
+.text {
+ text-overflow: ellipsis;
+ text-align: center;
+}