From b8f18b39c29b5297d76037ba8ac69941baaaab86 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 2 Jun 2009 07:11:46 +0000 Subject: - Patch #364487 by JamesAn: make sure that the 'machine name' text does not wrap. --- modules/node/content_types.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc index df9884724..dc4b98bb6 100644 --- a/modules/node/content_types.inc +++ b/modules/node/content_types.inc @@ -71,6 +71,7 @@ function node_type_form(&$form_state, $type = NULL) { '#default_value' => $type->name, '#description' => t('The human-readable name of this content type. This text will be displayed as part of the list on the add new content page. It is recommended that this name begin with a capital letter and contain only letters, numbers, and spaces. This name must be unique.'), '#required' => TRUE, + '#size' => 30, '#field_suffix' => '  ', ); -- cgit v1.2.3