mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
Fix wikis list style when side panel width is changing (#6349)
* fix wikis list style when side panel width is changing * change code format * fix wiki list item width when side panel is folded
This commit is contained in:
@@ -308,7 +308,11 @@ class App extends Component {
|
||||
<ShareAdminShareLinks path={siteRoot + 'share-admin-share-links'} />
|
||||
<ShareAdminUploadLinks path={siteRoot + 'share-admin-upload-links'} />
|
||||
<PublicSharedView path={siteRoot + 'org/'} />
|
||||
<Wikis path={siteRoot + 'published'} />
|
||||
<Wikis
|
||||
path={siteRoot + 'published'}
|
||||
sidePanelRate={sidePanelRate}
|
||||
isSidePanelFolded={isSidePanelFolded}
|
||||
/>
|
||||
<Starred path={siteRoot + 'starred'} />
|
||||
<InvitationsView path={siteRoot + 'invitations/'} />
|
||||
<FilesActivities path={siteRoot + 'dashboard'} />
|
||||
|
Reference in New Issue
Block a user