nested cws: trade select for wrap

This commit is contained in:
mehbark 2024-04-14 18:28:33 -04:00
parent 00e1291c18
commit 0c9d779782

View file

@ -24,7 +24,7 @@ export const CW = ({ cws, end }: { cws: string[][]; end: JSX.Element }) =>
</b> </b>
</p> </p>
</div> </div>
<div style="cursor:pointer;background-color:rgb(var(--color-cherry));border-radius:0.5rem;color:rgb(var(--color-notWhite));padding:0.75rem;line-height:1;letter-spacing:0.05em;whitespace:nowrap"> <div style="cursor:pointer;background-color:rgb(var(--color-cherry));border-radius:0.5rem;color:rgb(var(--color-notWhite));padding:0.75rem;line-height:1;letter-spacing:0.05em;user-select:none">
show post show post
</div> </div>
</div> </div>