1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-22 16:31:12 +00:00

Setting page for repository does not scroll horizontally on small screens (#24309).

Patch by Tomomi Yuzuriha.


git-svn-id: http://svn.redmine.org/redmine/trunk@17447 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2018-07-16 02:01:11 +00:00
parent 391bc8b763
commit 7ca5cd61b3

View File

@ -3,6 +3,7 @@
<% end %> <% end %>
<% if @project.repositories.any? %> <% if @project.repositories.any? %>
<div class="autoscroll">
<table class="list"> <table class="list">
<thead> <thead>
<tr> <tr>
@ -36,6 +37,7 @@
<% end %> <% end %>
</tbody> </tbody>
</table> </table>
</div>
<% else %> <% else %>
<p class="nodata"><%= l(:label_no_data) %></p> <p class="nodata"><%= l(:label_no_data) %></p>
<% end %> <% end %>