1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 02:42:47 +00:00

improved component commit-details.js (#4236)

This commit is contained in:
llj
2019-11-07 15:24:19 +08:00
committed by Daniel Pan
parent fda3c6a925
commit 5f6ecc42c3
3 changed files with 5 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ import { seafileAPI } from '../../utils/seafile-api';
import { Utils } from '../../utils/utils';
import Loading from '../loading';
import '../../css/commit-details.css';
const propTypes = {
repoID: PropTypes.string.isRequired,
commitID: PropTypes.string.isRequired,

View File

@@ -0,0 +1,3 @@
.commit-detail-item {
list-style-type: none;
}

View File

@@ -23,9 +23,6 @@ body {
border-radius: 3px;
white-space: nowrap;
}
.commit-detail-item {
list-style-type: none;
}
.go-back {
color: #c0c0c0;
font-size: 1.75rem;