diff --git a/app/views/cms/publish.rhtml b/app/views/cms/publish.rhtml
index 5dcbfd1..3a36da4 100644
--- a/app/views/cms/publish.rhtml
+++ b/app/views/cms/publish.rhtml
@@ -4,12 +4,12 @@
<%= hidden_field_tag :back_to, @back_to %>
<% @groups.each do |group| %>
<%= labelled_check_box group.name, 'marked_groups[][group_id]', group.id, @marked_groups.include?(group) %>
- <%= labelled_text_field _('Title') + ': ', 'marked_groups[][name]', @article.name %>
+ <%= labelled_text_field _('Title') + ': ', 'marked_groups[][name]', @article.name, :style => 'width: 100%' %>