1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 10:26:17 +00:00
This commit is contained in:
Michael An
2019-03-07 17:14:03 +08:00
committed by Daniel Pan
parent 248a9c65df
commit cb4dedfb15
3 changed files with 24 additions and 13 deletions

View File

@@ -25,4 +25,14 @@
cursor: pointer;
opacity: 1;
color: #a4a4a4;
}
.add-reviewer {
display: flex;
justify-content: space-between;
}
.add-reviewer .reviewer-select {
width: 385px;
}
.add-reviewer .btn {
width: 75px;
}