mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:48:51 +00:00
fix: adjust share link table scroll style
This commit is contained in:
@@ -74,7 +74,7 @@ class LinkList extends React.Component {
|
||||
<p className="text-secondary">{gettext('No share links')}</p>
|
||||
</EmptyTip>
|
||||
) : (
|
||||
<table className="table-hover">
|
||||
<table className="table-hover share-link-tab-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="5%" className="text-center">
|
||||
|
Reference in New Issue
Block a user