mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
Adjust modal width to match the rest of the modals
This commit is contained in:
@@ -563,12 +563,8 @@ export const MinimizedOrgSidebar = () => {
|
||||
</nav>
|
||||
</aside>
|
||||
<Modal isOpen={showAdminsModal} onOpenChange={setShowAdminsModal}>
|
||||
<ModalContent
|
||||
title="Server Administrators"
|
||||
subTitle="View all server administrators"
|
||||
className="max-w-[50%]"
|
||||
>
|
||||
<div className="mb-2 max-h-[70vh]">
|
||||
<ModalContent title="Server Administrators" subTitle="View all server administrators">
|
||||
<div className="mb-2">
|
||||
<ServerAdminsPanel />
|
||||
</div>
|
||||
</ModalContent>
|
||||
|
||||
@@ -48,7 +48,7 @@ export const ServerAdminsPanel = () => {
|
||||
/>
|
||||
</div>
|
||||
<div className="flex-1 px-2">
|
||||
<TableContainer className="flex max-h-[500px] flex-col overflow-auto">
|
||||
<TableContainer className="flex max-h-[30vh] flex-col overflow-auto">
|
||||
<Table className="w-full table-fixed">
|
||||
<THead className="sticky top-0 bg-bunker-800">
|
||||
<Tr>
|
||||
|
||||
Reference in New Issue
Block a user