]> source.dussan.org Git - redmine.git/commitdiff
admin/info page: text cut off in pre tag on mobile (#31311).
authorGo MAEDA <maeda@farend.jp>
Wed, 8 May 2019 21:59:16 +0000 (21:59 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 8 May 2019 21:59:16 +0000 (21:59 +0000)
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

index c56d14eb65d2cbcb5506519371257783db4d4891..2ff8de50d14e00f74374786a2f35416604b42f5f 100644 (file)
@@ -11,7 +11,7 @@
 <% end %>
 </table>
 <br />
-<div class="box">
+<div class="box autoscroll">
 <pre><%= Redmine::Info.environment %></pre>
 </div>