diff options
-rw-r--r-- | app/views/request/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/show.html.erb b/app/views/request/show.html.erb index e1a1f43d5..5862413de 100644 --- a/app/views/request/show.html.erb +++ b/app/views/request/show.html.erb @@ -22,7 +22,7 @@ <% if ( @update_status || @info_request.awaiting_description ) && ! @info_request.is_external? %> - <div class="describe_state_form" id="describe_state_form_1"> + <div class="describe_state_form box" id="describe_state_form_1"> <%= render :partial => 'describe_state', :locals => { :id_suffix => "1" } %> </div> <% end %> |