actually fixes the wrapping on ahelps (#61282)

This commit is contained in:
Fikou
2021-09-09 04:54:19 +02:00
committed by GitHub
parent e15b2f448c
commit ff48fac9f4
+1 -1
View File
@@ -454,7 +454,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]<br/>"
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