fix: transaction page height
This commit is contained in:
@@ -6,7 +6,7 @@ import React from 'react'
|
||||
|
||||
function TransactionsReviewIndex() {
|
||||
return (
|
||||
<section className='flex flex-col h-svh pb-10 pt-6 gap-4'>
|
||||
<section className='flex flex-col h-full pb-10 pt-6 gap-4'>
|
||||
<h1 className="font-medium text-base">لیست تراکنش ها</h1>
|
||||
|
||||
<div className="grid grid-cols-3 gap-2 h-28">
|
||||
|
||||
Reference in New Issue
Block a user