We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a305f commit ee2f503Copy full SHA for ee2f503
src/components/Board.jsx
@@ -692,7 +692,9 @@ export default function Board(props) {
692
</div>
693
694
<div className="flex flex-row justify-between">
695
- <ReactMarkdown children={card.content} components={components} remarkPlugins={[remarkGfm]} />
+ <div>
696
+ <ReactMarkdown children={card.content} components={components} remarkPlugins={[remarkGfm]} />
697
+ </div>
698
<div className="">
699
<button className={`bg-white rounded ${true && "invisible group-hover:visible"}`} onClick={() => cardEditToggle(card.id)}><FontAwesomeIcon icon={faPencil} /></button>
700
0 commit comments