ui(admin): fix container width on server startup
This commit is contained in:
parent
3b5fa34d85
commit
336923ec18
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ function ServerServiceContainer ({ egg, setEgg, server }: { egg: Egg | null, set
|
|||
const [ nestId, setNestId ] = useState(server.nestId);
|
||||
|
||||
return (
|
||||
<AdminBox title={'Service Configuration'} isLoading={isSubmitting}>
|
||||
<AdminBox title={'Service Configuration'} isLoading={isSubmitting} css={tw`w-full`}>
|
||||
<div css={tw`mb-6`}>
|
||||
<NestSelector selectedNestId={nestId} onNestSelect={setNestId}/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue