ui(admin): minor ui tweaks to server startup

This commit is contained in:
Matthew Penner 2021-09-18 12:27:32 -06:00
parent 21d717080a
commit 0103a0c31e
No known key found for this signature in database
GPG key ID: 030E4AB751DC756F

View file

@ -135,7 +135,7 @@ function ServerStartupForm ({ egg, setEgg, server }: { egg: Egg | null, setEgg:
return (
<Form>
<div css={tw`flex flex-col`}>
<div css={tw`flex flex-col mb-16`}>
<div css={tw`flex flex-row mb-6`}>
<ServerStartupLineContainer
egg={egg}