We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b066f31 commit f92dab1Copy full SHA for f92dab1
dist/css/style.css
@@ -1175,6 +1175,7 @@ ul {
1175
display: flex;
1176
padding: 15px;
1177
flex-direction: column;
1178
+ height: 100%;
1179
}
1180
1181
/* style for hljs copy */
index.html
@@ -183,7 +183,7 @@
183
</div>
184
185
<div class="connected">
186
- <p><strong>Connected to:</strong><span id="connect_status">...</span></p>
+ <p><strong>Connected to: </strong><span id="connect_status">...</span></p>
187
188
189
<!-- Input and Button -->
0 commit comments