MotherTongues / mothertongues-UI

1 stars 2 forks source link

Label Text Overwritten in Pop-up Box #29

Closed Maamashkaach closed 3 months ago

Maamashkaach commented 4 months ago

When the “Show optional information” option is selected, the label text fields (on the left) in the pop-up box wrap when the information on the right is too long. This issue eventually causes the label/title text to be completely overwritten by the information on the right when it extends to a sufficient length.

Ideally, the label text fields on the left should remain visible and not be overwritten by the text on the right. Longer labels could wrap at word breaks, but in the example pictured the label that wrapped was the short word "Notes". If it isn't possible to stop the label from wrapping it would be preferable to remove the label rather than have it wrap on a letter-by-letter basis.

Screenshot 2024-05-29 at 6 43 12 AM Screenshot 2024-05-29 at 7 14 42 AM Screenshot 2024-05-29 at 6 42 05 AM

roedoejet commented 3 months ago

Thanks so much @Maamashkaach ! I think this is now fixed as of 9144fb9 but I still have to pull in the changes into the main repo. See screenshot below for the change I made:

image