Compare commits

..

No commits in common. "pro" and "v1.9.36" have entirely different histories.
pro ... v1.9.36

2 changed files with 2 additions and 5 deletions

View File

@ -39,8 +39,6 @@
.task-editor { .task-editor {
position: relative; position: relative;
word-break: break-all; word-break: break-all;
min-height: 24px;
::v-deep .mce-content-body, ::v-deep .mce-content-body,
::v-deep .task-editor-content { ::v-deep .task-editor-content {
line-height: 1.6; line-height: 1.6;

View File

@ -115,7 +115,7 @@
height: auto; height: auto;
flex-shrink: 0; flex-shrink: 0;
max-width: 60%; max-width: 60%;
margin: -6px 8px -6px 0; margin: -6px 12px -6px 0;
ul { ul {
display: flex; display: flex;
@ -123,7 +123,7 @@
cursor: pointer; cursor: pointer;
&.selected-avatar-list { &.selected-avatar-list {
padding: 10px 4px 10px 0; padding: 10px 0;
cursor: default; cursor: default;
> li { > li {
@ -221,7 +221,6 @@
border-radius: 6px; border-radius: 6px;
height: 36px; height: 36px;
padding: 0 6px; padding: 0 6px;
margin: 2px 0;
.search-pre { .search-pre {
flex-shrink: 0; flex-shrink: 0;