1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 08:28:11 +00:00

add margin for repo-info-bar (#3069)

This commit is contained in:
杨顺强
2019-03-07 11:56:20 +08:00
committed by Daniel Pan
parent abae6a2fb8
commit c986982f5c

View File

@@ -79,7 +79,7 @@ class DirColumnFile extends React.Component {
<i className="fas fa-expand-arrows-alt"></i>
</span>
{(!this.props.isDraft && this.props.hasDraft) &&
<div className='seafile-btn-view-review text-center'>
<div className='seafile-btn-view-review text-center mt-2'>
<div className='tag tag-green'>
{gettext('This file is in draft stage.')}
<span className="ml-2" onClick={this.goDraftPage}>{gettext('View Draft')}</span>