diff --git a/src/main.tsx b/src/main.tsx
index 3eea1f88f..5e1663b34 100644
--- a/src/main.tsx
+++ b/src/main.tsx
@@ -494,8 +494,8 @@ class LineCmd extends React.Component<{sw : ScreenWindow, line : LineType, width
- ...
-
+ ...
+
diff --git a/src/sh2.less b/src/sh2.less
index 2dcdcdd39..84ef33573 100644
--- a/src/sh2.less
+++ b/src/sh2.less
@@ -476,7 +476,8 @@ html, body, #main {
.terminal-loading-message {
position: absolute;
top: calc(40% - 8px);
- left: 30px;
+ left: 50px;
+ height: 20px;
.mono-font();
}
}