diff --git a/code/modules/paperwork/pen.dm b/code/modules/paperwork/pen.dm index f900b355522..23cb8066c2d 100644 --- a/code/modules/paperwork/pen.dm +++ b/code/modules/paperwork/pen.dm @@ -188,7 +188,7 @@ O.renamedByPlayer = TRUE if(penchoice == "Description") - var/input = tgui_input_text(user, "Describe [O]", "Description", "[O.desc]", 140) + var/input = tgui_input_text(user, "Describe [O]", "Description", "[O.desc]", 280) var/olddesc = O.desc if(QDELETED(O) || !user.can_perform_action(O)) return