Fix SSH box size [SME:13105]

This commit is contained in:
John Crisp
2025-08-14 16:15:57 +02:00
parent 1f3795a388
commit b1b56c70fc
3 changed files with 10 additions and 3 deletions

View File

@@ -129,3 +129,6 @@ html {
.busy {
cursor: wait; /* Change the cursor to a 'wait' cursor */
}
.progress {
cursor: progress; /* Change the cursor to a 'wait' cursor */
}