mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 04:48:03 +00:00
V5 rtl fixup (#7622)
* [system admin, org admin] departments: fixup for the 'New Department' button after the upgrade of seafile-ui.css(bootstrap v4 to v5) * [wiki] removed unused code * [Activities] fixup for mobile after the upgrade of seafile-ui.css(bootstrap v4 to v5) * [repo snapshot] fixed the split line after the upgrade of seafile-ui.css(bootstrap v4 to v5) * [system admin, org admin] statistic: fixed & improved the 'days' selecting toolbar
This commit is contained in:
@@ -153,7 +153,7 @@ class RepoSnapshot extends React.Component {
|
||||
{folderPath == '/' && (
|
||||
<div className="d-flex mb-2 align-items-center">
|
||||
<p className="m-0 text-truncate" title={commitDesc}>{commitDesc}</p>
|
||||
<div className="ml-4 border-left pl-4 d-flex align-items-center flex-shrink-0">
|
||||
<div className="ml-4 border-start pl-4 d-flex align-items-center flex-shrink-0">
|
||||
{showAuthor ? (
|
||||
<React.Fragment>
|
||||
<img src={authorAvatarURL} width="20" height="20" alt="" className="rounded mr-1" />
|
||||
|
Reference in New Issue
Block a user