mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Minor UI fixes (#3366)
* Added same spacing as CPU graph to RAM graph * Have the "New Database" button be on the right when on mobile
This commit is contained in:
@@ -99,7 +99,7 @@ const EditSubuserModal = ({ subuser }: Props) => {
|
||||
<h2 css={tw`text-2xl`} ref={ref}>
|
||||
{subuser ? `${canEditUser ? 'Modify' : 'View'} permissions for ${subuser.email}` : 'Create new subuser'}
|
||||
</h2>
|
||||
<div>
|
||||
<div>
|
||||
<Button type={'submit'} css={tw`w-full sm:w-auto`}>
|
||||
{subuser ? 'Save' : 'Invite User'}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user