mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-09 02:38:43 +02:00
add padding to command input
This commit is contained in:
parent
e02c432a21
commit
52d855fb99
@ -27,7 +27,7 @@
|
||||
/>
|
||||
<input
|
||||
id="send-command"
|
||||
class="w-full focus:outline-none focus:ring-0 border-none dark:bg-gray-900"
|
||||
class="w-full focus:outline-none focus:ring-0 border-none dark:bg-gray-900 p-1"
|
||||
type="text"
|
||||
:readonly="{{ $this->canSendCommand() ? 'false' : 'true' }}"
|
||||
title="{{ $this->canSendCommand() ? '' : trans('server/console.command_blocked_title') }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user