diff --git a/app/static/style.css b/app/static/style.css index 8ec1154..e182cd9 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -287,7 +287,7 @@ code { background: var(--bg); padding: .15rem .4rem; border-radius: 4px; font-si } /* Admin invite form */ -.admin-invite-form { display: flex; flex-wrap: wrap; gap: .5rem; align-items: flex-end; } +.admin-invite-form { display: flex; flex-wrap: wrap; gap: .5rem; align-items: flex-start; } .aif-row { display: flex; flex-direction: column; gap: .3rem; } .aif-field { display: flex; flex-direction: column; gap: .15rem; } .aif-grow { flex: 1 1 200px; min-width: 0; }