diff --git a/dmp-frontend/src/app/ui/admin/dataset-profile/listing/criteria/dialog-confirmation-upload-profile/dialog-confirmation-upload-profiles.component.scss b/dmp-frontend/src/app/ui/admin/dataset-profile/listing/criteria/dialog-confirmation-upload-profile/dialog-confirmation-upload-profiles.component.scss index 63c42f81e..179e7eb4b 100644 --- a/dmp-frontend/src/app/ui/admin/dataset-profile/listing/criteria/dialog-confirmation-upload-profile/dialog-confirmation-upload-profiles.component.scss +++ b/dmp-frontend/src/app/ui/admin/dataset-profile/listing/criteria/dialog-confirmation-upload-profile/dialog-confirmation-upload-profiles.component.scss @@ -7,7 +7,7 @@ background: #ffffff 0% 0% no-repeat padding-box; border: 1px solid #b5b5b5; border-radius: 30px; - width: 101px; +min-width: 101px; height: 43px; color: #212121; font-weight: 500; @@ -18,7 +18,7 @@ border: 1px solid #129d99; border-radius: 30px; opacity: 1; - width: 101px; +min-width: 101px; height: 43px; color: #129d99; font-weight: 500; @@ -99,4 +99,4 @@ .close-btn:hover{ cursor: pointer; -} \ No newline at end of file +} diff --git a/dmp-frontend/src/app/ui/admin/dmp-profile/listing/criteria/dialog-confirmation-upload-profile/dialog-confirmation-upload-profiles.component.scss b/dmp-frontend/src/app/ui/admin/dmp-profile/listing/criteria/dialog-confirmation-upload-profile/dialog-confirmation-upload-profiles.component.scss index 63c42f81e..179e7eb4b 100644 --- a/dmp-frontend/src/app/ui/admin/dmp-profile/listing/criteria/dialog-confirmation-upload-profile/dialog-confirmation-upload-profiles.component.scss +++ b/dmp-frontend/src/app/ui/admin/dmp-profile/listing/criteria/dialog-confirmation-upload-profile/dialog-confirmation-upload-profiles.component.scss @@ -7,7 +7,7 @@ background: #ffffff 0% 0% no-repeat padding-box; border: 1px solid #b5b5b5; border-radius: 30px; - width: 101px; +min-width: 101px; height: 43px; color: #212121; font-weight: 500; @@ -18,7 +18,7 @@ border: 1px solid #129d99; border-radius: 30px; opacity: 1; - width: 101px; +min-width: 101px; height: 43px; color: #129d99; font-weight: 500; @@ -99,4 +99,4 @@ .close-btn:hover{ cursor: pointer; -} \ No newline at end of file +} diff --git a/dmp-frontend/src/app/ui/contact/contact-content/contact-content.component.scss b/dmp-frontend/src/app/ui/contact/contact-content/contact-content.component.scss index be18850f2..70089c0ca 100644 --- a/dmp-frontend/src/app/ui/contact/contact-content/contact-content.component.scss +++ b/dmp-frontend/src/app/ui/contact/contact-content/contact-content.component.scss @@ -52,7 +52,7 @@ img { border: 1px solid #B5B5B5; border-radius: 30px; opacity: 1; - width: 101px; +min-width: 101px; height: 43px; color: #212121; font-weight: 500; diff --git a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-copy-dialogue/dataset-copy-dialogue.component.scss b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-copy-dialogue/dataset-copy-dialogue.component.scss index 9dcfec19b..bed07edff 100644 --- a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-copy-dialogue/dataset-copy-dialogue.component.scss +++ b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-copy-dialogue/dataset-copy-dialogue.component.scss @@ -14,7 +14,7 @@ background: #ffffff 0% 0% no-repeat padding-box; border: 1px solid #b5b5b5; border-radius: 30px; - width: 101px; +min-width: 101px; height: 43px; color: #212121; font-weight: 500; @@ -25,7 +25,7 @@ border: 1px solid #129d99; border-radius: 30px; opacity: 1; - width: 101px; +min-width: 101px; height: 43px; color: #129d99; font-weight: 500; diff --git a/dmp-frontend/src/app/ui/dataset/dataset-wizard/prefill-dataset/prefill-dataset.component.scss b/dmp-frontend/src/app/ui/dataset/dataset-wizard/prefill-dataset/prefill-dataset.component.scss index 727031a7c..55a2a967c 100644 --- a/dmp-frontend/src/app/ui/dataset/dataset-wizard/prefill-dataset/prefill-dataset.component.scss +++ b/dmp-frontend/src/app/ui/dataset/dataset-wizard/prefill-dataset/prefill-dataset.component.scss @@ -37,7 +37,7 @@ border: 1px solid #f7dd72; border-radius: 30px; opacity: 1; - width: 101px; + min-width: 101px; height: 43px; color: #212121; font-weight: 500; diff --git a/dmp-frontend/src/app/ui/dmp/clone/clone-dialog/clone-dialog.component.scss b/dmp-frontend/src/app/ui/dmp/clone/clone-dialog/clone-dialog.component.scss index c1d49452c..2ef15d145 100644 --- a/dmp-frontend/src/app/ui/dmp/clone/clone-dialog/clone-dialog.component.scss +++ b/dmp-frontend/src/app/ui/dmp/clone/clone-dialog/clone-dialog.component.scss @@ -33,7 +33,7 @@ } .cancel-btn { - width: 101px; + min-width: 101px; height: 43px; background: #ffffff; border: 1px solid #b5b5b5; diff --git a/dmp-frontend/src/app/ui/dmp/dataset-preview/dataset-preview-dialog.component.scss b/dmp-frontend/src/app/ui/dmp/dataset-preview/dataset-preview-dialog.component.scss index 439b988ed..cf8386431 100644 --- a/dmp-frontend/src/app/ui/dmp/dataset-preview/dataset-preview-dialog.component.scss +++ b/dmp-frontend/src/app/ui/dmp/dataset-preview/dataset-preview-dialog.component.scss @@ -37,7 +37,7 @@ border: 1px solid #129d99; border-radius: 30px; opacity: 1; - width: 101px; + min-width: 101px; height: 43px; color: #ffffff; font-weight: 500; diff --git a/dmp-frontend/src/app/ui/dmp/editor/dmp-finalize-dialog/dmp-finalize-dialog.component.scss b/dmp-frontend/src/app/ui/dmp/editor/dmp-finalize-dialog/dmp-finalize-dialog.component.scss index acc9b6b95..0491b676f 100644 --- a/dmp-frontend/src/app/ui/dmp/editor/dmp-finalize-dialog/dmp-finalize-dialog.component.scss +++ b/dmp-frontend/src/app/ui/dmp/editor/dmp-finalize-dialog/dmp-finalize-dialog.component.scss @@ -120,7 +120,7 @@ } .cancel-btn { - width: 101px; +min-width: 101px; height: 43px; background: #ffffff; border: 1px solid #b5b5b5; diff --git a/dmp-frontend/src/app/ui/dmp/listing/upload-dialogue/dmp-upload-dialogue.component.scss b/dmp-frontend/src/app/ui/dmp/listing/upload-dialogue/dmp-upload-dialogue.component.scss index b4e6fdf6c..b959e43c7 100644 --- a/dmp-frontend/src/app/ui/dmp/listing/upload-dialogue/dmp-upload-dialogue.component.scss +++ b/dmp-frontend/src/app/ui/dmp/listing/upload-dialogue/dmp-upload-dialogue.component.scss @@ -29,7 +29,7 @@ background: #ffffff 0% 0% no-repeat padding-box; border: 1px solid #b5b5b5; border-radius: 30px; - width: 101px; +min-width: 101px; height: 43px; color: #212121; font-weight: 500; @@ -40,7 +40,7 @@ border: 1px solid #129d99; border-radius: 30px; opacity: 1; - width: 101px; +min-width: 101px; height: 43px; color: #129d99; font-weight: 500; diff --git a/dmp-frontend/src/app/ui/dmp/start-new-dataset-dialogue/start-new-dataset-dialog.component.scss b/dmp-frontend/src/app/ui/dmp/start-new-dataset-dialogue/start-new-dataset-dialog.component.scss index 0f1479b22..fae608bac 100644 --- a/dmp-frontend/src/app/ui/dmp/start-new-dataset-dialogue/start-new-dataset-dialog.component.scss +++ b/dmp-frontend/src/app/ui/dmp/start-new-dataset-dialogue/start-new-dataset-dialog.component.scss @@ -55,7 +55,7 @@ background: #ffffff 0% 0% no-repeat padding-box; border: 1px solid #b5b5b5; border-radius: 30px; - width: 101px; +min-width: 101px; height: 43px; color: #212121; font-weight: 500; @@ -66,7 +66,7 @@ border: 1px solid #129d99; border-radius: 30px; opacity: 1; - width: 101px; +min-width: 101px; height: 43px; color: #129d99; font-weight: 500; @@ -81,7 +81,7 @@ border: 1px solid #b5b5b5; border-radius: 30px; opacity: 1; - width: 101px; +min-width: 101px; height: 43px; color: #b5b5b5; font-weight: 500; diff --git a/dmp-frontend/src/app/ui/faq/dialog/faq-dialog.component.scss b/dmp-frontend/src/app/ui/faq/dialog/faq-dialog.component.scss index 54960fccf..df5ad000c 100644 --- a/dmp-frontend/src/app/ui/faq/dialog/faq-dialog.component.scss +++ b/dmp-frontend/src/app/ui/faq/dialog/faq-dialog.component.scss @@ -34,7 +34,7 @@ background: #ffffff 0% 0% no-repeat padding-box; border: 1px solid #b5b5b5; border-radius: 30px; - width: 101px; +min-width: 101px; height: 43px; color: #212121; font-weight: 500; diff --git a/dmp-frontend/src/app/ui/user-profile/add-account/add-account-dialog.component.scss b/dmp-frontend/src/app/ui/user-profile/add-account/add-account-dialog.component.scss index f5f248a49..27349f01c 100644 --- a/dmp-frontend/src/app/ui/user-profile/add-account/add-account-dialog.component.scss +++ b/dmp-frontend/src/app/ui/user-profile/add-account/add-account-dialog.component.scss @@ -30,7 +30,7 @@ } .cancel-btn { - width: 101px; + min-width: 101px; height: 43px; background: #ffffff; border: 1px solid #b5b5b5; diff --git a/dmp-frontend/src/common/forms/form-validation-errors-dialog/form-validation-errors-dialog.component.scss b/dmp-frontend/src/common/forms/form-validation-errors-dialog/form-validation-errors-dialog.component.scss index d160835c5..c1ead4385 100644 --- a/dmp-frontend/src/common/forms/form-validation-errors-dialog/form-validation-errors-dialog.component.scss +++ b/dmp-frontend/src/common/forms/form-validation-errors-dialog/form-validation-errors-dialog.component.scss @@ -51,7 +51,7 @@ background: #ffffff 0% 0% no-repeat padding-box; border: 1px solid #b5b5b5; border-radius: 30px; - width: 101px; +min-width: 101px; height: 43px; color: #212121; font-weight: 500; @@ -62,7 +62,7 @@ border: 1px solid #129d99; border-radius: 30px; opacity: 1; - width: 101px; +min-width: 101px; height: 43px; color: #129d99; font-weight: 500; @@ -72,7 +72,7 @@ border: 1px solid #b5b5b5; border-radius: 30px; opacity: 1; - width: 101px; +min-width: 101px; height: 43px; color: #b5b5b5; font-weight: 500;