mirror of
https://github.com/chartdb/chartdb.git
synced 2026-05-02 23:59:46 -05:00
remove min width
This commit is contained in:
committed by
Guy Ben-Aharon
parent
6eab506d85
commit
09e1ae4abb
@@ -74,7 +74,7 @@ export const OpenDiagramDialog: React.FC<OpenDiagramDialogProps> = ({
|
||||
}}
|
||||
>
|
||||
<DialogContent
|
||||
className="flex flex-col min-w-[100vw] xl:min-w-[55vw] max-h-[80vh] overflow-y-auto"
|
||||
className="flex flex-col w-[100vw] xl:min-w-[55vw] max-h-[80vh] overflow-y-auto"
|
||||
showClose
|
||||
>
|
||||
<DialogHeader>
|
||||
|
||||
Reference in New Issue
Block a user