diff --git a/web/themes/default/page_admin_servers_list.tpl b/web/themes/default/page_admin_servers_list.tpl index 39f7d129e..dc0acd8e0 100644 --- a/web/themes/default/page_admin_servers_list.tpl +++ b/web/themes/default/page_admin_servers_list.tpl @@ -150,7 +150,16 @@ {/if} -
+ {* + align-items:center keeps each label/value pair on the + same vertical line. The "Server ID" row's
is a flex + container whose copy button (btn--xs, 1.5rem) makes the + row taller than a single line of text; without centering + the grid, the
label sits top-aligned while the + button-driven
content centres, so the ID reads as + dropped below its label (#1523 follow-up). + *} +
{* Server ID (#1504): the numeric sid the SourceMod plugin's sourcebans.cfg "ServerID" field needs.