[GH-ISSUE #54] Broken layout on unbroken text #31

Closed
opened 2026-02-25 23:33:18 +03:00 by kerem · 2 comments
Owner

Originally created by @peteretelej on GitHub (Mar 6, 2018).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/54

Long unbroken text in bookmark title, url, excerpt break layout of page.

Fix: adding word-break: break-all; to .bookmark-title, bookmark-url and bookmark-excerpt in stylesheet.less / css.

screenshot from 2018-03-06 20-21-02

Tried fixing, but building with fileb0x was too hard 🤷‍♂️

Originally created by @peteretelej on GitHub (Mar 6, 2018). Original GitHub issue: https://github.com/go-shiori/shiori/issues/54 Long unbroken text in bookmark title, url, excerpt break layout of page. **Fix**: adding `word-break: break-all;` to `.bookmark-title`, `bookmark-url` and `bookmark-excerpt` in stylesheet.less / css. ![screenshot from 2018-03-06 20-21-02](https://user-images.githubusercontent.com/2271973/37047954-8d6252a8-217d-11e8-9b2e-a214691043d3.png) Tried fixing, but building with fileb0x was too hard :man_shrugging:
kerem 2026-02-25 23:33:18 +03:00
  • closed this issue
  • added the
    type:bug
    label
Author
Owner

@peteretelej commented on GitHub (Mar 6, 2018):

Would also most likely fix #43 (card names are too long for a three-column layout )

<!-- gh-comment-id:370864974 --> @peteretelej commented on GitHub (Mar 6, 2018): Would also most likely fix #43 (card names are too long for a three-column layout )
Author
Owner

@RadhiFadlillah commented on GitHub (Mar 7, 2018):

Hey @peteretelej, thanks for the report.

Yeah, this issue is the same with #43. It's only happened in Chrome because it doesn't support hyphens: auto. I've fixed it in d735ca1.

<!-- gh-comment-id:370985883 --> @RadhiFadlillah commented on GitHub (Mar 7, 2018): Hey @peteretelej, thanks for the report. Yeah, this issue is the same with #43. It's only happened in Chrome because it doesn't support `hyphens: auto`. I've fixed it in [d735ca1](https://github.com/RadhiFadlillah/shiori/commit/d735ca1f8b04db50b153fc7c155692a4f5de6f41).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#31
No description provided.