Tweak resolution panel styling

This commit is contained in:
Austin Chen 2022-03-30 10:06:46 -07:00
parent 601a9fe47f
commit 9408e9473c
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ export function ResolutionPanel(props: {
return (
<Col className={clsx('rounded-md bg-white px-8 py-6', className)}>
<Title className="mt-0 whitespace-nowrap" text="Resolve market" />
<Title className="!mt-0 whitespace-nowrap" text="Resolve market" />
<div className="mb-2 text-sm text-gray-500">Outcome</div>

View File

@ -122,7 +122,7 @@ export default function ContractPage(props: {
const ogCardProps = getOpenGraphProps(contract)
const rightSidebar = hasSidePanel ? (
<Col>
<Col className="gap-4">
{allowTrade && (
<BetPanel className="hidden lg:flex" contract={contract} />
)}