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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user