diff --git a/containers/libreportal/frontend/css/ssh.css b/containers/libreportal/frontend/css/ssh.css index ceb0a36..53d3ef8 100644 --- a/containers/libreportal/frontend/css/ssh.css +++ b/containers/libreportal/frontend/css/ssh.css @@ -39,7 +39,7 @@ display: grid; grid-template-columns: 1fr 1fr; gap: 16px; - align-items: start; + align-items: stretch; } @media (max-width: 640px) { .ssh-cols { grid-template-columns: 1fr; } diff --git a/containers/libreportal/frontend/js/components/ssh/ssh-page.js b/containers/libreportal/frontend/js/components/ssh/ssh-page.js index 40e8b8a..19047db 100644 --- a/containers/libreportal/frontend/js/components/ssh/ssh-page.js +++ b/containers/libreportal/frontend/js/components/ssh/ssh-page.js @@ -100,7 +100,6 @@ class SshPage { const addInner = `
-

Paste a public key (the .pub from your machine) to grant it SSH access.