mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 23:48:47 +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>;
|
return <p className="error text-center">{errorMsg}</p>;
|
||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
<table>
|
<table className="wiki-list-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="50%">{gettext('Name')}</th>
|
<th width="50%">{gettext('Name')}</th>
|
||||||
|
@@ -817,10 +817,6 @@ table .star .empty {
|
|||||||
color: #d0d0d0;
|
color: #d0d0d0;
|
||||||
}
|
}
|
||||||
|
|
||||||
table .name {
|
|
||||||
line-height: 1.5rem; /*for wiki height*/
|
|
||||||
}
|
|
||||||
|
|
||||||
table .rename-container input {
|
table .rename-container input {
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
padding: 2px 3px;
|
padding: 2px 3px;
|
||||||
@@ -1048,3 +1044,7 @@ table .menu-toggle {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wiki-list-table td {
|
||||||
|
line-height: 1.5rem;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user