Show row-based env var display at lg, not xl. Add border for col-based env var display.
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
				
			|||||||
                    class="font-bold text-warning">({{ $env->key }})</span>?</p>
 | 
					                    class="font-bold text-warning">({{ $env->key }})</span>?</p>
 | 
				
			||||||
        </x-slot:modalBody>
 | 
					        </x-slot:modalBody>
 | 
				
			||||||
    </x-modal>
 | 
					    </x-modal>
 | 
				
			||||||
    <form wire:submit.prevent='submit' class="flex flex-col items-center gap-2 xl:flex-row">
 | 
					    <form wire:submit.prevent='submit' class="flex flex-col items-center gap-2 m-2 p-4 border lg:m-0 lg:p-0 lg:border-0 lg:flex-row">
 | 
				
			||||||
        @if ($isLocked)
 | 
					        @if ($isLocked)
 | 
				
			||||||
            <svg class="icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
 | 
					            <svg class="icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
 | 
				
			||||||
                <g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
 | 
					                <g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user