mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-13 10:24:44 +08:00
fix: editing plan style (#261)
This commit is contained in:
@@ -2,8 +2,18 @@
|
||||
max-width: inherit;
|
||||
}
|
||||
|
||||
.prose .placeholder {
|
||||
.prose.inline-editor * {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.prose.inline-editor .is-empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.prose.inline-editor .is-empty.placeholder {
|
||||
display: block;
|
||||
opacity: 0.65;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.ProseMirror {
|
||||
|
||||
Reference in New Issue
Block a user