summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/node/content_types.inc1
1 files changed, 1 insertions, 0 deletions
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 <em>add new content</em> page. It is recommended that this name begin with a capital letter and contain only letters, numbers, and <strong>spaces</strong>. This name must be unique.'),
'#required' => TRUE,
+ '#size' => 30,
'#field_suffix' => ' <small id="node-type-name-suffix">&nbsp;</small>',
);