mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
fix(startup): docker image box width
This commit is contained in:
@@ -112,7 +112,7 @@ const StartupContainer = () => {
|
||||
</div>
|
||||
</CopyOnClick>
|
||||
</TitledGreyBox>
|
||||
<TitledGreyBox title={'Docker Image'} className='overflow-x-auto'>
|
||||
<TitledGreyBox title={'Docker Image'} className='min-w-80'>
|
||||
{Object.keys(data.dockerImages).length > 1 && !isCustomImage ? (
|
||||
<>
|
||||
<InputSpinner visible={loading}>
|
||||
|
||||
Reference in New Issue
Block a user