Added padding bottom on Global Variables

This commit is contained in:
Lucas Oliveira 2024-04-30 01:11:05 +02:00
commit 1f7c697158

View file

@ -95,7 +95,7 @@ export default function GlobalVariablesPage() {
</div>
</div>
<div className="flex h-full w-full flex-col justify-between">
<div className="flex h-full w-full flex-col justify-between pb-8">
<TableComponent columnDefs={colDefs} rowData={rowData} />
</div>
</div>