summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-05-08 21:59:16 +0000
committerGo MAEDA <maeda@farend.jp>2019-05-08 21:59:16 +0000
commitb6610f2b6eaaeb73a53a124415a6fe50b934a6e9 (patch)
treec8a18e715ff0bf357152a880acb6ffc43fee6d88 /app/views
parentaaf432e5be5babdb07fcbe418ce83652bef0c2dc (diff)
downloadredmine-b6610f2b6eaaeb73a53a124415a6fe50b934a6e9.tar.gz
redmine-b6610f2b6eaaeb73a53a124415a6fe50b934a6e9.zip
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
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/info.html.erb2
1 files changed, 1 insertions, 1 deletions
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 %>
</table>
<br />
-<div class="box">
+<div class="box autoscroll">
<pre><%= Redmine::Info.environment %></pre>
</div>