#1347 修复通过标签搜索出的资源显示超出页面的BUG
This commit is contained in:
parent
543bf2645e
commit
00278d8571
|
@ -26,7 +26,7 @@
|
|||
|
||||
|
||||
<div class="autoscroll">
|
||||
<table class="list" style="width: 100%;table-layout: fixed">
|
||||
<table class="list" style="width: 100%;table-layout: fixed;">
|
||||
<thead>
|
||||
<tr >
|
||||
<%= sort_header_tag('login', :caption => l(:field_login)) %>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<hr />
|
||||
<% attachments_results.each do |file| %>
|
||||
<p class="font_description2">
|
||||
<table border=0 cellSpacing=0 cellPadding=0>
|
||||
<table border=0 cellSpacing=0 cellPadding=0 style="width: 100%;table-layout: fixed;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="r1">
|
||||
|
|
|
@ -1389,7 +1389,7 @@ a.toggle-all:hover {text-decoration:none;}
|
|||
|
||||
table.list tbody tr:hover { background-color:#ffffdd; }
|
||||
table.list tbody tr.group:hover { background-color:inherit; }
|
||||
table td {padding:2px;}
|
||||
table td {padding:2px;word-break: break-all;word-wrap: break-word;}
|
||||
table p {margin:0;}
|
||||
.odd {background-color:#f6f7f8;}
|
||||
.even {background-color: #fff;}
|
||||
|
|
Loading…
Reference in New Issue