Skip to content

Commit

Permalink
fix: remaining ui issues
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi committed Dec 10, 2024
1 parent e46a273 commit 9ea056c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web-marketplace/src/components/organisms/Order/Order.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const Order = ({ orderData, allowedDenoms, className }: OrderProps) => {
</div>
}
action={
<div className="flex flex-wrap md:flex-col gap-10">
<div className="flex flex-wrap md:flex-col gap-10 pb-5">
{retirementInfo.retiredCredits && retirementInfo.certificateNodeId && (
<Link href={`/certificate/${retirementInfo.certificateNodeId}`}>
<OutlinedButton size="small" className="w-full sm:w-auto">
Expand Down Expand Up @@ -119,7 +119,7 @@ export const Order = ({ orderData, allowedDenoms, className }: OrderProps) => {
</>
}
/>
<CardContent className="p-15 sm:p-30 bg-grey-0">
<CardContent className="p-15 pt-40 sm:p-30 bg-grey-0">
<OrderSummary
retirementInfo={retirementInfo}
blockchainDetails={blockchainDetails}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const HEADING_MY_ORDERS = {

export const HEADING_PROFILE = {
children: (
<div className="text-xs text-grey-400 uppercase font-extrabold pl-20 tracking-wider">
<div className="text-xs text-grey-400 uppercase font-extrabold pl-20 tracking-wider pt-20">
<Trans>profile</Trans>
</div>
),
Expand Down

0 comments on commit 9ea056c

Please sign in to comment.