diff options
Diffstat (limited to 'src/client/views/nodes/LoadingBox.scss')
| -rw-r--r-- | src/client/views/nodes/LoadingBox.scss | 5 |
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; +} |
