diff --git a/app/components/CapacityBars.tsx b/app/components/CapacityBars.tsx index b78da863ec..3b59812bf4 100644 --- a/app/components/CapacityBars.tsx +++ b/app/components/CapacityBars.tsx @@ -23,7 +23,7 @@ export const CapacityBars = ({ allocatedLabel: string }) => { return ( -
+
} title="CPU" diff --git a/app/pages/SiloUtilizationPage.tsx b/app/pages/SiloUtilizationPage.tsx index d0c768f6a4..0dc7e8ca1d 100644 --- a/app/pages/SiloUtilizationPage.tsx +++ b/app/pages/SiloUtilizationPage.tsx @@ -93,9 +93,9 @@ export default function SiloUtilizationPage() { allocatedLabel="Quota" /> - + -
+
{intervalPicker} diff --git a/app/pages/project/affinity/AntiAffinityGroupPage.tsx b/app/pages/project/affinity/AntiAffinityGroupPage.tsx index ba25e03057..a0df20f078 100644 --- a/app/pages/project/affinity/AntiAffinityGroupPage.tsx +++ b/app/pages/project/affinity/AntiAffinityGroupPage.tsx @@ -225,7 +225,7 @@ export default function AntiAffinityPage() { {membersCount} - + - - Routes - {canCreateNewRoute ? ( - - New route - - ) : ( - - New route - - )} - - {table} + + + + {canCreateNewRoute ? ( + + New route + + ) : ( + + New route + + )} + + {table} + ) diff --git a/app/ui/lib/Table.tsx b/app/ui/lib/Table.tsx index 56e198b8c6..b31cc930ab 100644 --- a/app/ui/lib/Table.tsx +++ b/app/ui/lib/Table.tsx @@ -131,9 +131,4 @@ export const TableEmptyBox = ({ children, border = true }: TableEmptyBoxProps) =
) -/** - * Used _outside_ of the `Table`, this element includes a soon-to-be-removed description of the resource inside the table, - * along with a link to more info, and a button to take action on the resource listed in the table. - */ -export const TableControls = classed.div`mb-4 flex items-end justify-between space-x-8` export const TableTitle = classed.div`text-sans-lg text-raise` diff --git a/app/ui/styles/components/Tabs.css b/app/ui/styles/components/Tabs.css index ca3bef01b4..7e64191dd2 100644 --- a/app/ui/styles/components/Tabs.css +++ b/app/ui/styles/components/Tabs.css @@ -8,7 +8,7 @@ /* Tab list container styles */ .ox-tabs-list { - @apply mb-10 flex bg-transparent; + @apply mb-8 flex bg-transparent; } .ox-tabs-list:after { diff --git a/app/ui/styles/components/form.css b/app/ui/styles/components/form.css index 98d74b7798..e594ffdda4 100644 --- a/app/ui/styles/components/form.css +++ b/app/ui/styles/components/form.css @@ -23,5 +23,5 @@ } .ox-form .ox-divider { - @apply !my-10; /* important overrides space-y-* on .ox-form */ + @apply !my-8; /* important overrides space-y-* on .ox-form */ }