Skip to content

Commit 8d950c2

Browse files
authored
fix(preprint-metadata-edit): fixed datepicker to be of half length (#556)
1 parent 6b23fac commit 8d950c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/features/preprints/components/stepper/preprints-metadata-step/preprints-metadata-step.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ <h2>{{ 'preprints.preprintStepper.metadata.publicationDateTitle' | translate }}<
6060

6161
<p-datePicker
6262
inputId="publicationDate"
63-
class="half-width-datepicker"
64-
styleClass="w-full md:w-6 mt-4"
63+
class="w-full"
64+
styleClass="mt-4"
6565
[formControl]="metadataForm.controls['originalPublicationDate']"
6666
[iconDisplay]="'input'"
6767
[showIcon]="true"

0 commit comments

Comments
 (0)