1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 06:11:16 +00:00

fix-class

This commit is contained in:
Michael An
2019-01-25 17:18:25 +08:00
parent a2acee268b
commit 9b68a87cf4
3 changed files with 4 additions and 4 deletions

View File

@@ -7,10 +7,10 @@
word-wrap: break-word;
white-space: pre-wrap;
}
.permission-editor .select__option {
.permission-editor .permission-editor__option {
padding-top: 2px;
padding-bottom: 2px;
}
.select__control .permission-editor-explanation {
.permission-editor .permission-editor__control .permission-editor-explanation {
display: none;
}