1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 08:28:11 +00:00

[fix] table range height (#2861)

This commit is contained in:
Michael An
2019-01-21 10:41:57 +08:00
committed by Daniel Pan
parent a24e5f4ae3
commit 2a9bdebb09
2 changed files with 6 additions and 4 deletions

View File

@@ -79,10 +79,10 @@ class ListRelatedFileDialog extends React.Component {
<Table hover size="sm" className="list-related-file-table">
<thead>
<tr>
<th width='30%'>{gettext('Name')}</th>
<th width='25%'>{gettext('Library Name')}</th>
<th width='20%'>{gettext('Size')}</th>
<th width='20%'>{gettext('Last Update')}</th>
<th width='50%'>{gettext('Name')}</th>
<th width='15%'>{gettext('Library Name')}</th>
<th width='15%'>{gettext('Size')}</th>
<th width='15%'>{gettext('Last Update')}</th>
<th width='5%'></th>
</tr>
</thead>