Skip to content

Commit ee55201

Browse files
moalidvmmoehabb
authored andcommitted
fix(ui): update the width of topic selection dialog
1 parent 7eb3883 commit ee55201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/components/TopicSelectionDialog/TopicSelectionDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const TopicSelectionDialog: React.FC<Props> = ({
9999
{title}
100100
</Typography>
101101
}
102-
className="w-full md:w-[512px]"
102+
className="w-full sm:w-[512px]"
103103
close={confirming ? undefined : onClose}
104104
open={opened}
105105
>

0 commit comments

Comments
 (0)