From b6610f2b6eaaeb73a53a124415a6fe50b934a6e9 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 8 May 2019 21:59:16 +0000 Subject: [PATCH] admin/info page: text cut off in pre tag on mobile (#31311). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18140 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/admin/info.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/info.html.erb b/app/views/admin/info.html.erb index c56d14eb6..2ff8de50d 100644 --- a/app/views/admin/info.html.erb +++ b/app/views/admin/info.html.erb @@ -11,7 +11,7 @@ <% end %>
-
+
<%= Redmine::Info.environment %>
-- 2.39.5