We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c08d1 commit a7e1900Copy full SHA for a7e1900
1 file changed
resources/scripts/components/server/startup/StartupContainer.tsx
@@ -78,15 +78,15 @@ const StartupContainer = () => {
78
/>
79
:
80
<ServerContentBlock title={'Startup Settings'} showFlashKey={'startup:image'}>
81
- <div css={tw`flex`}>
+ <div css={tw`md:flex`}>
82
<TitledGreyBox title={'Startup Command'} css={tw`flex-1`}>
83
<div css={tw`px-1 py-2`}>
84
<p css={tw`font-mono bg-neutral-900 rounded py-2 px-4`}>
85
{data.invocation}
86
</p>
87
</div>
88
</TitledGreyBox>
89
- <TitledGreyBox title={'Docker Image'} css={tw`flex-1 lg:flex-none lg:w-1/3 ml-10`}>
+ <TitledGreyBox title={'Docker Image'} css={tw`flex-1 lg:flex-none lg:w-1/3 mt-8 md:mt-0 md:ml-10`}>
90
{data.dockerImages.length > 1 && !isCustomImage ?
91
<>
92
<InputSpinner visible={loading}>
0 commit comments