Align "See more..." right on mobile
This commit is contained in:
parent
d7d8fb94c4
commit
4ee458d3f5
|
@ -354,7 +354,7 @@ function FeedQuestion(props: {
|
|||
{!showDescription && (
|
||||
<SiteLink
|
||||
href={contractPath(contract)}
|
||||
className="text-sm relative top-4"
|
||||
className="self-end sm:self-start text-sm relative top-4"
|
||||
>
|
||||
<div className="text-gray-500 pb-1.5">See more...</div>
|
||||
</SiteLink>
|
||||
|
|
Loading…
Reference in New Issue
Block a user