♻️ padding bottom

This commit is contained in:
Fred KISSIE
2026-03-05 19:46:16 +01:00
parent 642999c8b1
commit 136c3eff0c

View File

@@ -74,12 +74,7 @@ import {
getSortedRowModel, getSortedRowModel,
useReactTable useReactTable
} from "@tanstack/react-table"; } from "@tanstack/react-table";
import { import { ArrowUpDown, Check, ChevronsUpDown, Plus } from "lucide-react";
ArrowUpDown,
Check,
ChevronsUpDown,
Plus
} from "lucide-react";
import { useCallback, useEffect, useMemo, useState } from "react"; import { useCallback, useEffect, useMemo, useState } from "react";
import { type UseFormReturn, useForm, useWatch } from "react-hook-form"; import { type UseFormReturn, useForm, useWatch } from "react-hook-form";
@@ -674,8 +669,8 @@ export function CreatePolicyRulesSectionForm({
</SettingsSectionDescription> </SettingsSectionDescription>
</SettingsSectionHeader> </SettingsSectionHeader>
<SettingsSectionBody> <SettingsSectionBody>
<div className="space-y-6"> <div className="flex flex-col gap-y-6 pb-20">
<div className="flex items-center space-x-2"> <div className="flex items-center gap-x-2">
<SwitchInput <SwitchInput
id="rules-toggle" id="rules-toggle"
label={t("rulesEnable")} label={t("rulesEnable")}