Skip to content

Commit

Permalink
Update EditContainer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 14, 2024
1 parent 3b6ae58 commit dfc8678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/components/server/edit/EditContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export default () => {
>
This will move resources between your account and the server. Are you sure you want to continue?
</Dialog.Confirm>
<ResourceBar className={'w-full lg:w-3/4'} />
<Container css={tw`lg:grid lg:grid-cols-3 gap-4 my-10`}>
<ResourceBar className={'w-full lg:w-3/4'} />
<TitledGreyBox title={'Edit server CPU limit'} css={tw`mt-8 sm:mt-0`}>
<Wrapper>
<Icon.Cpu size={40} />
Expand Down

0 comments on commit dfc8678

Please sign in to comment.