This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch 1.0
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 3d8185383d9f46c62589db31805fabdbb3b0c4e9
Author: Hugh A. Miles II <[email protected]>
AuthorDate: Wed Jan 13 12:48:15 2021 -0500

    fix: styling for change dataset confirmation (#12471)
---
 superset-frontend/src/datasource/ChangeDatasourceModal.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/datasource/ChangeDatasourceModal.tsx 
b/superset-frontend/src/datasource/ChangeDatasourceModal.tsx
index 7831dba..2e5937f 100644
--- a/superset-frontend/src/datasource/ChangeDatasourceModal.tsx
+++ b/superset-frontend/src/datasource/ChangeDatasourceModal.tsx
@@ -221,7 +221,7 @@ const ChangeDatasourceModal: 
FunctionComponent<ChangeDatasourceModalProps> = ({
       onHide={onHide}
       responsive
       title={t('Change Dataset')}
-      height="350px"
+      width={confirmChange ? '432px' : ''}
       footer={
         <>
           {confirmChange && (

Reply via email to