diff --git a/dmp-frontend/src/app/ui/dashboard/dashboard.component.scss b/dmp-frontend/src/app/ui/dashboard/dashboard.component.scss index c5da9998b..e1fc94e3d 100644 --- a/dmp-frontend/src/app/ui/dashboard/dashboard.component.scss +++ b/dmp-frontend/src/app/ui/dashboard/dashboard.component.scss @@ -298,7 +298,8 @@ input[type="text"] { border: 2px solid #212121; border-radius: 30px; opacity: 1; - width: 132px; + min-width: 132px; + width: auto; height: 40px; margin-top: 4.125rem; } @@ -389,12 +390,12 @@ input[type="text"] { } ::ng-deep .mat-form-field-wrapper { - background-color: white !important; - padding-bottom: 0 !important; + background-color: white !important; + padding-bottom: 0 !important; } ::ng-deep .mat-form-field-appearance-outline .mat-form-field-infix { - padding: 0.3rem 0rem 0.6rem 0rem !important; + padding: 0.3rem 0rem 0.6rem 0rem !important; } /* ::ng-deep .mat-tab-group { diff --git a/dmp-frontend/src/app/ui/dashboard/drafts/drafts.component.css b/dmp-frontend/src/app/ui/dashboard/drafts/drafts.component.css index 497479aca..83a43c5b2 100644 --- a/dmp-frontend/src/app/ui/dashboard/drafts/drafts.component.css +++ b/dmp-frontend/src/app/ui/dashboard/drafts/drafts.component.css @@ -156,7 +156,8 @@ input[type="text"] { border: 2px solid #212121; border-radius: 30px; opacity: 1; - width: 132px; + min-width: 132px; + width: auto; height: 40px; margin-top: 4.125rem; } diff --git a/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.css b/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.css index a5c4c3a5c..7e6e1ff4c 100644 --- a/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.css +++ b/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.css @@ -156,7 +156,8 @@ input[type="text"] { border: 2px solid #212121; border-radius: 30px; opacity: 1; - width: 132px; + min-width: 132px; + width: auto; height: 40px; margin-top: 4.125rem; } diff --git a/dmp-frontend/src/app/ui/dashboard/recent-edited-dataset-activity/recent-edited-dataset-activity.component.scss b/dmp-frontend/src/app/ui/dashboard/recent-edited-dataset-activity/recent-edited-dataset-activity.component.scss index 8398e0668..83818c576 100644 --- a/dmp-frontend/src/app/ui/dashboard/recent-edited-dataset-activity/recent-edited-dataset-activity.component.scss +++ b/dmp-frontend/src/app/ui/dashboard/recent-edited-dataset-activity/recent-edited-dataset-activity.component.scss @@ -156,7 +156,8 @@ input[type="text"] { border: 2px solid #212121; border-radius: 30px; opacity: 1; - width: 132px; + min-width: 132px; + width: auto; height: 40px; margin-top: 4.125rem; } diff --git a/dmp-frontend/src/app/ui/dashboard/recent-edited-dmp-activity/recent-edited-dmp-activity.component.css b/dmp-frontend/src/app/ui/dashboard/recent-edited-dmp-activity/recent-edited-dmp-activity.component.css index d587aa218..b5b38c091 100644 --- a/dmp-frontend/src/app/ui/dashboard/recent-edited-dmp-activity/recent-edited-dmp-activity.component.css +++ b/dmp-frontend/src/app/ui/dashboard/recent-edited-dmp-activity/recent-edited-dmp-activity.component.css @@ -149,7 +149,8 @@ input[type="text"] { border: 2px solid #212121; border-radius: 30px; opacity: 1; - width: 132px; + min-width: 132px; + width: auto; height: 40px; margin-top: 4.125rem; } diff --git a/dmp-frontend/src/app/ui/dataset/listing/listing-item/dataset-listing-item.component.scss b/dmp-frontend/src/app/ui/dataset/listing/listing-item/dataset-listing-item.component.scss index 7fe6de957..89c42bde7 100644 --- a/dmp-frontend/src/app/ui/dataset/listing/listing-item/dataset-listing-item.component.scss +++ b/dmp-frontend/src/app/ui/dataset/listing/listing-item/dataset-listing-item.component.scss @@ -224,7 +224,8 @@ input[type="text"] { border: 2px solid #212121; border-radius: 30px; opacity: 1; - width: 132px; + min-width: 132px; + width: auto; height: 40px; margin-top: 4.125rem; } diff --git a/dmp-frontend/src/app/ui/dmp/listing/listing-item/dmp-listing-item.component.scss b/dmp-frontend/src/app/ui/dmp/listing/listing-item/dmp-listing-item.component.scss index 8bf371e4b..c9ef985f7 100644 --- a/dmp-frontend/src/app/ui/dmp/listing/listing-item/dmp-listing-item.component.scss +++ b/dmp-frontend/src/app/ui/dmp/listing/listing-item/dmp-listing-item.component.scss @@ -257,7 +257,8 @@ input[type="text"] { border: 2px solid #212121; border-radius: 30px; opacity: 1; - width: 132px; + min-width: 132px; + width: auto; height: 40px; margin-top: 4.125rem; } diff --git a/dmp-frontend/src/assets/css/demo.css b/dmp-frontend/src/assets/css/demo.css index ffc0cdfef..f330ec492 100644 --- a/dmp-frontend/src/assets/css/demo.css +++ b/dmp-frontend/src/assets/css/demo.css @@ -652,7 +652,8 @@ hr { border: 2px solid #212121; border-radius: 30px; opacity: 1; - width: 132px; + min-width: 132px; + width: auto; height: 40px; margin-top: 4.125rem; } diff --git a/dmp-frontend/src/assets/i18n/es.json b/dmp-frontend/src/assets/i18n/es.json index aa9eb0be0..e6115fec1 100644 --- a/dmp-frontend/src/assets/i18n/es.json +++ b/dmp-frontend/src/assets/i18n/es.json @@ -223,6 +223,7 @@ "QUICK-WIZARD-DATASET": "Añadir una descripción del dataset (Asistente)", "ADD-EXPERT": "Nuevo PGD (Experto)", "MY-DATASET-DESC": "Mis descripciones del dataset", + "MY-DATASETS": "Mis descripciones del dataset", "MY-GRANTS": "Mis subvenciones", "HISTORY": "HISTORIAL", "HISTORY-VISITED": "VISITADO POR ÚLTIMA VEZ", diff --git a/dmp-frontend/src/assets/i18n/gr.json b/dmp-frontend/src/assets/i18n/gr.json index b0384f733..fc551f28d 100644 --- a/dmp-frontend/src/assets/i18n/gr.json +++ b/dmp-frontend/src/assets/i18n/gr.json @@ -220,6 +220,7 @@ "QUICK-WIZARD-DATASET": "Προσθήκη Περιγραφής Συνόλου Δεδομένων (Wizard)", "ADD-EXPERT": "Νέο Σχέδιο Διαχείρισης Δεδομένων(Expert)", "MY-DATASET-DESC": "Οι δικές μου Περιγραφές Συνόλου Δεδομένων", + "MY-DATASETS": "Περιγραφές Δεδομένων μου", "MY-GRANTS": "Οι επιχορηγήσεις μου", "HISTORY": "ΙΣΤΟΡΙΚΟ", "HISTORY-VISITED": "ΤΕΛΕΥΤΑΙΑ ΕΠΙΣΚΕΨΗ", diff --git a/dmp-frontend/src/assets/i18n/tr.json b/dmp-frontend/src/assets/i18n/tr.json index 576d14c82..723c6d37e 100644 --- a/dmp-frontend/src/assets/i18n/tr.json +++ b/dmp-frontend/src/assets/i18n/tr.json @@ -220,6 +220,7 @@ "QUICK-WIZARD-DATASET": "Veri Seti Tanımı Ekle (Sihirbaz)", "ADD-EXPERT": "Yeni VYP (Uzman)", "MY-DATASET-DESC": "Veri Seti Tanımlamalarım", + "MY-DATASETS": "Veri Seti Tanımlamalarım", "MY-GRANTS": "Hibelerim", "HISTORY": "TARİHÇE", "HISTORY-VISITED": "SON ZİYARET",