ui(admin): minor ui tweaks to server startup
This commit is contained in:
parent
21d717080a
commit
0103a0c31e
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ function ServerStartupForm ({ egg, setEgg, server }: { egg: Egg | null, setEgg:
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Form>
|
<Form>
|
||||||
<div css={tw`flex flex-col`}>
|
<div css={tw`flex flex-col mb-16`}>
|
||||||
<div css={tw`flex flex-row mb-6`}>
|
<div css={tw`flex flex-row mb-6`}>
|
||||||
<ServerStartupLineContainer
|
<ServerStartupLineContainer
|
||||||
egg={egg}
|
egg={egg}
|
||||||
|
|
Loading…
Reference in a new issue