Skip to content

Commit

Permalink
chore: colspan for table
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Jan 24, 2025
1 parent cf6b3e1 commit 89cf2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/screens/channels/CurrentChannelOrder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -649,12 +649,12 @@ function PayLightningChannelOrder({ order }: { order: NewChannelOrder }) {
canPayInternally={canPayInternally}
/>

<div className="order-first md:order-last">
<div className="order-first md:order-last col-span-2">
<p className="text-muted-foreground mb-6">
Pay the invoice to initiate channel opening.
</p>
<p className="font-semibold mb-2">Summary</p>
<div className="grid grid-cols-3 gap-x-8 gap-y-2 col-span-2">
<div className="grid grid-cols-3 gap-x-8 gap-y-2">
{lspOrderResponse.outgoingLiquidity > 0 && (
<>
<div className="font-medium text-sm">
Expand Down

0 comments on commit 89cf2e8

Please sign in to comment.