diff --git a/src/renderer/src/assets/css/helperClasses.css b/src/renderer/src/assets/css/helperClasses.css index 2788f49fb8..f6f05fb849 100644 --- a/src/renderer/src/assets/css/helperClasses.css +++ b/src/renderer/src/assets/css/helperClasses.css @@ -1012,10 +1012,12 @@ } .swal2-html-container { - max-height: 400px !important; - max-width: 32em; + height: 100% !important; + max-width: 100%; display: flex !important; flex-direction: column !important; + overflow: visible !important; + } .swal2-html-container .guided--form-label, @@ -1112,3 +1114,7 @@ body.swal2-shown > [aria-hidden="true"] { #api_connect_btn { margin: auto ; } + +.swal2-container { + overflow: visible !important +} diff --git a/src/renderer/src/scripts/others/renderer.js b/src/renderer/src/scripts/others/renderer.js index 914b3022b5..c4378a08d4 100644 --- a/src/renderer/src/scripts/others/renderer.js +++ b/src/renderer/src/scripts/others/renderer.js @@ -5037,10 +5037,8 @@ const mergeLocalAndRemoteDatasetStructure = async ( if (duplicateFiles.length > 0) { const userConfirmedFileOverwrite = await swalFileListDoubleAction( duplicateFiles.map((file) => `${file.virtualFilePath}${file.fileName}`), - "Duplicate files detected", + `Duplicate files detected

You have two options for the duplicate files:

`, ` - You have two options for the duplicate files: -