fix: list space styled and hidden message toolbar when editmode (#4773)
This commit is contained in:
parent
889ab953e0
commit
c79c10c96b
@ -133,7 +133,7 @@ const MessageContainer: React.FC<
|
||||
)}
|
||||
</div>
|
||||
|
||||
<MessageToolbar message={props} />
|
||||
{editMessage !== props.id && <MessageToolbar message={props} />}
|
||||
</div>
|
||||
<div
|
||||
className={twMerge(
|
||||
|
||||
@ -94,15 +94,12 @@
|
||||
.markdown-content {
|
||||
ol,
|
||||
ul {
|
||||
list-style: auto;
|
||||
padding-left: 16px;
|
||||
white-space: normal;
|
||||
list-style-position: inside;
|
||||
li {
|
||||
line-height: 2;
|
||||
}
|
||||
}
|
||||
ol {
|
||||
list-style: number;
|
||||
}
|
||||
ul {
|
||||
list-style: disc;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user