mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
16 lines
358 B
CSS
16 lines
358 B
CSS
![]() |
.permission-editor .permission-editor-explanation {
|
||
|
user-select: none;
|
||
|
padding-left: 10px;
|
||
|
color: #9c9c9c;
|
||
|
font-size: 12px;
|
||
|
word-break: keep-all;
|
||
|
word-wrap: break-word;
|
||
|
white-space: pre-wrap;
|
||
|
}
|
||
|
.permission-editor .select__option {
|
||
|
padding-top: 2px;
|
||
|
padding-bottom: 2px;
|
||
|
}
|
||
|
.select__control .permission-editor-explanation {
|
||
|
display: none;
|
||
|
}
|