Skip to content

Commit fb7ac41

Browse files
committed
console: fix paddings
1 parent 879bbbe commit fb7ac41

File tree

1 file changed

+2
-2
lines changed
  • webapps/console/pages/[workspaceId]/settings

1 file changed

+2
-2
lines changed

webapps/console/pages/[workspaceId]/settings/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@ const WorkspaceSettingsComponent: React.FC<any> = () => {
233233
const config = useAppConfig();
234234
const workspace = useWorkspace();
235235
return (
236-
<div className="flex justify-center pt-6">
236+
<div className="flex justify-center">
237237
<div className="w-full max-w-4xl grow">
238238
{config.billingEnabled && (
239-
<div className="px-8 py-6 border border-textDisabled rounded-lg mt-12 mb-12">
239+
<div className="px-8 py-6 border border-textDisabled rounded-lg mt-6 mb-12">
240240
<div className="text-lg font-bold pb-6">Plans & Billing</div>
241241
<div className="flex justify-center">
242242
<WJitsuButton

0 commit comments

Comments
 (0)