feat: Allow embeds to be used inside tables (#5315)
This commit is contained in:
@@ -10,7 +10,7 @@ function Trello(props: Props) {
|
||||
return (
|
||||
<Frame
|
||||
width="316px"
|
||||
height="158px"
|
||||
height="141px"
|
||||
src={`https://trello.com/embed/card?id=${objectId}`}
|
||||
title={`Trello Card (${objectId})`}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user