From 71e09a14cfe0f725fef56dd64bb1e3128ac36241 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 9 Sep 2021 05:17:20 +0200 Subject: [PATCH] [MIRROR] actually fixes the wrapping on ahelps (#8069) * actually fixes the wrapping on ahelps (#61282) * actually fixes the wrapping on ahelps Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com> --- code/modules/admin/verbs/adminhelp.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index f496798606b..980cb779c0e 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -505,7 +505,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new) continue dat += "[related_ticket.TicketHref("#[related_ticket.id]")] ([related_ticket.ticket_status()]): [related_ticket.name]
" - usr << browse(dat.Join(), "window=ahelp[id];size=670x480") + usr << browse(dat.Join(), "window=ahelp[id];size=700x480") /** * Renders the current status of the ticket into a displayable string