1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 22:01:06 +00:00

permission select (#2948)

This commit is contained in:
Michael An
2019-02-15 16:45:51 +08:00
committed by Daniel Pan
parent 34a4022920
commit 53549e9135
3 changed files with 7 additions and 3 deletions

View File

@@ -11,6 +11,10 @@
padding-top: 2px;
padding-bottom: 2px;
}
.permission-editor-select .permission-editor__control {
height: 24px;
min-height: 24px;
}
.permission-editor .permission-editor__control .permission-editor-explanation {
display: none;
}