Skip to content

Commit

Permalink
console: fix paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Nov 12, 2024
1 parent 879bbbe commit fb7ac41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapps/console/pages/[workspaceId]/settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@ const WorkspaceSettingsComponent: React.FC<any> = () => {
const config = useAppConfig();
const workspace = useWorkspace();
return (
<div className="flex justify-center pt-6">
<div className="flex justify-center">
<div className="w-full max-w-4xl grow">
{config.billingEnabled && (
<div className="px-8 py-6 border border-textDisabled rounded-lg mt-12 mb-12">
<div className="px-8 py-6 border border-textDisabled rounded-lg mt-6 mb-12">
<div className="text-lg font-bold pb-6">Plans & Billing</div>
<div className="flex justify-center">
<WJitsuButton
Expand Down

0 comments on commit fb7ac41

Please sign in to comment.