Skip to content

Commit

Permalink
fix(console): Designer provider list buttons not visible by default (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin-Parvulescu authored Oct 13, 2023
1 parent 5156882 commit a00d0c5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions apps/console/app/routes/apps/$clientId/designer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,7 @@ const ProviderModal = ({

return (
<Modal isOpen={isOpen} handleClose={() => onClose(false)}>
<div
className="bg-white rounded-lg p-6 min-w-full lg:w-[543px]
lg:m-auto overflow-y-auto"
>
<div className="bg-white rounded-lg p-6 min-w-full lg:w-[543px] lg:m-auto">
<div className="flex flex-row items-center justify-between mb-4 w-full">
<Text weight="semibold" className="text-left text-gray-800">
Login Provider Configuration
Expand All @@ -266,7 +263,7 @@ const ProviderModal = ({
</div>
</div>

<section>
<section className="max-h-[65vh] overflow-y-scroll">
<SortableList
items={selectedProviders}
itemRenderer={(item) => (
Expand Down

0 comments on commit a00d0c5

Please sign in to comment.