ReplyEditor: fix toolbar alignment
This commit is contained in:
parent
8e24d61779
commit
5c2ebada28
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ const ReplyEditor: Component<{
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
display: "flex",
|
display: "flex",
|
||||||
"justify-content": "space-between",
|
"justify-content": "flex-end",
|
||||||
"margin-top": "8px",
|
"margin-top": "8px",
|
||||||
gap: "16px",
|
gap: "16px",
|
||||||
"flex-flow": "row wrap",
|
"flex-flow": "row wrap",
|
||||||
|
|
Loading…
Reference in a new issue