diff options
Diffstat (limited to 'src/client/views/nodes/LoadingBox.scss')
-rw-r--r-- | src/client/views/nodes/LoadingBox.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/nodes/LoadingBox.scss b/src/client/views/nodes/LoadingBox.scss index 644a851c1..d7b44f9e2 100644 --- a/src/client/views/nodes/LoadingBox.scss +++ b/src/client/views/nodes/LoadingBox.scss @@ -8,7 +8,7 @@ width: 100%; align-items: center; .textContainer, - .text { + .loadingBox-title { overflow: hidden; text-overflow: ellipsis; max-width: 80%; @@ -17,6 +17,8 @@ flex-direction: column; gap: 8px; align-items: center; + white-space: normal; + word-break: all; } } |