tuwien-csd / damap-frontend

MIT License
10 stars 10 forks source link

Dataset title and source extend beyond screen limit if too long #282

Closed GeoffreyKarnbach closed 3 months ago

GeoffreyKarnbach commented 3 months ago

Describe the bug When adding a new dataset ("Add dataset manually") or reused dataset in section 3 "Specifiy research data", if the title (or any other text field is too long), the action buttons are no more accessible and the dataset cannot be modified or deleted (no other datasets can be modified as well, as the action buttons are in a line).

image

Is this a regression? Yes/No.

To Reproduce Steps to reproduce the behavior:

  1. Go to the DMP Form
  2. Click on Section 3 "Specify research data"
  3. Select option "Specify dataset" for the "New data" section.
  4. Create a new dataset with a long name (>100 chars).

Expected behavior The edit and delete buttons should be accessible even with a long name.