We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879bbbe commit fb7ac41Copy full SHA for fb7ac41
webapps/console/pages/[workspaceId]/settings/index.tsx
@@ -233,10 +233,10 @@ const WorkspaceSettingsComponent: React.FC<any> = () => {
233
const config = useAppConfig();
234
const workspace = useWorkspace();
235
return (
236
- <div className="flex justify-center pt-6">
+ <div className="flex justify-center">
237
<div className="w-full max-w-4xl grow">
238
{config.billingEnabled && (
239
- <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">
240
<div className="text-lg font-bold pb-6">Plans & Billing</div>
241
<div className="flex justify-center">
242
<WJitsuButton
0 commit comments