mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-12 03:50:06 +02:00
feat: Require use of a preset dialog size; adjust dialog sizing (#2684)
This commit is contained in:
@@ -97,7 +97,7 @@ export const PasteChartDialog = ({
|
||||
|
||||
return (
|
||||
<Dialog
|
||||
maxWidth={500}
|
||||
small
|
||||
onCloseRequest={handleClose}
|
||||
title={t("labels.pasteCharts")}
|
||||
className={"PasteChartDialog"}
|
||||
|
Reference in New Issue
Block a user