Skip to content

Commit

Permalink
feat: change card height
Browse files Browse the repository at this point in the history
  • Loading branch information
ervinpiol committed Oct 11, 2024
1 parent 708fcd0 commit 966d5fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/src/app/ee/admin/teams/TeamspaceAssistant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export const TeamspaceAssistant = ({
<CustomModal
trigger={
<div
className="rounded-md bg-muted w-full p-4 min-h-32 flex flex-col justify-between"
className="rounded-md bg-muted w-full p-4 h-36 flex flex-col justify-between"
onClick={() => setIsAssistantModalOpen(true)}
>
<div className="flex items-center justify-between">
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/ee/admin/teams/TeamspaceDataSource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export const TeamspaceDataSource = ({
<CustomModal
trigger={
<div
className="rounded-md bg-muted w-full p-4 min-h-32 flex flex-col justify-between"
className="rounded-md bg-muted w-full p-4 h-36 flex flex-col justify-between"
onClick={() => setIsDataSourceModalOpen(true)}
>
<div className="flex items-center justify-between">
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/ee/admin/teams/TeamspaceDocumentSet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const TeamspaceDocumentSet = ({
<CustomModal
trigger={
<div
className="rounded-md bg-muted w-full p-4 min-h-32 flex flex-col justify-between"
className="rounded-md bg-muted w-full p-4 h-36 flex flex-col justify-between"
onClick={() => setIsDocumentSetModalOpen(true)}
>
<div className="flex items-center justify-between">
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/ee/admin/teams/TeamspaceMember.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const TeamspaceMember = ({
<CustomModal
trigger={
<div
className="rounded-md bg-muted w-full p-4 min-h-32 flex flex-col justify-between cursor-pointer"
className="rounded-md bg-muted w-full p-4 h-36 flex flex-col justify-between cursor-pointer"
onClick={() => setIsMemberModalOpen(true)}
>
<div className="flex items-center justify-between">
Expand Down

0 comments on commit 966d5fe

Please sign in to comment.