1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00
Files
seahub/frontend/src/css/add-reviewer-dialog.css

14 lines
216 B
CSS
Raw Normal View History

2018-11-05 10:33:33 +08:00
.reviewer-select-info {
margin-top: 10px;
}
.reviewer-select-avatar {
margin-right: 10px;
}
.reviewer-select-name {
height: 2em;
line-height: 2em;
}
.reviewer-select>div>div:nth-child(2) {
display: none;
}