Spaces:
Running
Running
Francesco Laiti commited on
Commit ·
be08b38
1
Parent(s): a3153c7
Increase dialog width to accomodate new item countdown
Browse files
src/components/ConferenceDialog.tsx
CHANGED
|
@@ -218,7 +218,7 @@ END:VCALENDAR`;
|
|
| 218 |
return (
|
| 219 |
<Dialog open={open} onOpenChange={onOpenChange}>
|
| 220 |
<DialogContent
|
| 221 |
-
className="max-w-
|
| 222 |
>
|
| 223 |
<DialogHeader>
|
| 224 |
<DialogTitle className="text-2xl font-bold text-blue-600">
|
|
|
|
| 218 |
return (
|
| 219 |
<Dialog open={open} onOpenChange={onOpenChange}>
|
| 220 |
<DialogContent
|
| 221 |
+
className="max-w-lg w-full"
|
| 222 |
>
|
| 223 |
<DialogHeader>
|
| 224 |
<DialogTitle className="text-2xl font-bold text-blue-600">
|