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

user-select-translation (#2956)

This commit is contained in:
Michael An
2019-02-18 16:49:38 +08:00
committed by Daniel Pan
parent 8f383c938c
commit 24d39dfe64
7 changed files with 113 additions and 33 deletions

View File

@@ -129,6 +129,10 @@
border-radius: 2px;
}
.cur-view-content .permission-editor-select .permission-editor__control {
height: 24px;
min-height: 24px;
}
.cur-view-detail {
flex: 0 0 20rem;
display: flex;

View File

@@ -11,10 +11,6 @@
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;
}