Merge branch 'aldisruiz-main-patch-33380' into 'main'
fix: remove .max-w-3xl from embedded status. See merge request soapbox-pub/soapbox!2948
This commit is contained in:
commit
a5f4666a8c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ const EmbeddedStatus: React.FC<IEmbeddedStatus> = ({ params }) => {
|
|||
onClick={e => e.stopPropagation()}
|
||||
target='_blank'
|
||||
>
|
||||
<div className='pointer-events-none max-w-3xl p-4 sm:p-6'>
|
||||
<div className='pointer-events-none p-4 sm:p-6'>
|
||||
{renderInner()}
|
||||
</div>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue