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