Added padding bottom on Global Variables
This commit is contained in:
parent
1dcb151c61
commit
1f7c697158
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue