1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

modify wiki-list td line-height

This commit is contained in:
shanshuirenjia
2018-12-11 14:05:10 +08:00
parent 0a2d2226f7
commit 4d3812c96e
2 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ class WikiListView extends Component {
return <p className="error text-center">{errorMsg}</p>;
} else {
return (
<table>
<table className="wiki-list-table">
<thead>
<tr>
<th width="50%">{gettext('Name')}</th>