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>

View File

@@ -817,10 +817,6 @@ table .star .empty {
color: #d0d0d0;
}
table .name {
line-height: 1.5rem; /*for wiki height*/
}
table .rename-container input {
box-sizing: content-box;
padding: 2px 3px;
@@ -1048,3 +1044,7 @@ table .menu-toggle {
text-align: center;
z-index: 4;
}
.wiki-list-table td {
line-height: 1.5rem;
}