getodk / central

ODK Central is a server that is easy to use, very fast, and stuffed with features that make data collection easier. Contribute and make the world a better place! ✨🗄✨
https://docs.getodk.org/central-intro/
Apache License 2.0
121 stars 145 forks source link

UI Issue im the the Entity List dialog #630

Closed srujner closed 2 months ago

srujner commented 2 months ago

Problem description

When you provide to long name for the Entity List the text will be outside of the dialog.

Steps to reproduce the problem

  1. Navigate to the Entities tab
  2. Click on the New button next to the Entity Lists
  3. Provide very long text and click on the Create button;
  4. The success message will be shown with text outside the dialog box. Screenshot(66)

Expected behavior Text should fit within the dialog box

matthew-white commented 2 months ago

Copied from https://github.com/getodk/central/issues/575#issuecomment-2047858934:

@ktuite, I'm thinking that we should specify overflow-wrap: break-word;, but not just for this one paragraph. What do you think about specifying that in the text-block mixin?

srujner commented 2 months ago

Tested with Success!

dbemke commented 2 months ago

Tested with Success!