Xyphyn / photon

An opinionated web client for Lemmy to help users discover the fediverse.
https://phtn.app
GNU Affero General Public License v3.0
389 stars 43 forks source link

Bug: Long titles cut off when posting #429

Closed pbui closed 2 months ago

pbui commented 2 months ago

Describe the bug

When creating a post, long titles are cut off with no ability to scroll horizontally.

To Reproduce (if applicable) Steps to reproduce the behavior:

  1. Go to add post.
  2. Put in URL with a long title.
  3. Generate title.
  4. Notice that long titles are cut off and so you cannot read the whole thing.

Expected behavior

Long titles should be wrapped so you can view the whole thing.

Screenshots

Screenshot from 2024-09-08 12-18-20

Versions

Xyphyn commented 2 months ago

Oop, this is because I only update the height when you type, I should make it so that it happens whenever the source text changes