Wrap Text Issues in Table #924

Closed
opened 2026-02-04 22:56:50 +03:00 by OVERLORD · 8 comments
Owner

Originally created by @Di2g10 on GitHub (Nov 22, 2018).

Originally assigned to: @Abijeet on GitHub.

Describe the bug
Text doesn't wrap in table is single word with no spaces.

Steps To Reproduce
Steps to reproduce the behavior:

  1. Go to (CTM BookStack)/books/marketing/page/lead-source-tracking

Expected behavior
Wrap text text to keep the table readable. based on charicter limit if no appropriate spaces are available.

Screenshots
If applicable, add screenshots to help explain your problem.
image

Your Configuration:

  • Exact BookStack Version (CTM)
Originally created by @Di2g10 on GitHub (Nov 22, 2018). Originally assigned to: @Abijeet on GitHub. **Describe the bug** Text doesn't wrap in table is single word with no spaces. **Steps To Reproduce** Steps to reproduce the behavior: 1. Go to `(CTM BookStack)/books/marketing/page/lead-source-tracking` **Expected behavior** Wrap text text to keep the table readable. based on charicter limit if no appropriate spaces are available. **Screenshots** If applicable, add screenshots to help explain your problem. ![image](https://user-images.githubusercontent.com/16775406/48908536-714ede80-ee62-11e8-9f6c-32baf88e7ae1.png) **Your Configuration:** - Exact BookStack Version (CTM)
OVERLORD added the 🐛 Bug💻 Front-End labels 2026-02-04 22:56:50 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Nov 22, 2018):

@Di2g10 I'm guessing this in Firefox? Looks okay in chrome.

Text wrapping on the web is one of those things which is way more complicated and non-standard than it should be.

@ssddanbrown commented on GitHub (Nov 22, 2018): @Di2g10 I'm guessing this in Firefox? Looks okay in chrome. Text wrapping on the web is one of those things which is way more complicated and non-standard than it should be.
Author
Owner

@Di2g10 commented on GitHub (Nov 22, 2018):

Firefox

On Thu, 22 Nov 2018, 2:36 pm Dan Brown, notifications@github.com wrote:

@Di2g10 https://github.com/Di2g10 I'm guessing this in Firefox? Looks
okay in chrome.

Text wrapping on the web is one of those things which is way more
complicated and non-standard than it should be.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/BookStackApp/BookStack/issues/1140#issuecomment-441048909,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AP_47t5om-V7l3Jc3HV1QRxvLohE2F_Lks5uxrZpgaJpZM4Yvczb
.

@Di2g10 commented on GitHub (Nov 22, 2018): Firefox On Thu, 22 Nov 2018, 2:36 pm Dan Brown, <notifications@github.com> wrote: > @Di2g10 <https://github.com/Di2g10> I'm guessing this in Firefox? Looks > okay in chrome. > > Text wrapping on the web is one of those things which is way more > complicated and non-standard than it should be. > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/BookStackApp/BookStack/issues/1140#issuecomment-441048909>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AP_47t5om-V7l3Jc3HV1QRxvLohE2F_Lks5uxrZpgaJpZM4Yvczb> > . >
Author
Owner

@Abijeet commented on GitHub (Dec 20, 2018):

I'll check this out.

@Abijeet commented on GitHub (Dec 20, 2018): I'll check this out.
Author
Owner

@ssddanbrown commented on GitHub (Jan 5, 2019):

Did you get anywhere with this one @Abijeet?
Just hoping for this to be in a release targeted for tomorrow. If not that's fine, I'd be happy to look at a solution, just didn't want to duplicate work if you've started on this.

@ssddanbrown commented on GitHub (Jan 5, 2019): Did you get anywhere with this one @Abijeet? Just hoping for this to be in a release targeted for tomorrow. If not that's fine, I'd be happy to look at a solution, just didn't want to duplicate work if you've started on this.
Author
Owner

@Abijeet commented on GitHub (Jan 5, 2019):

Hey @ssddanbrown - No haven't started yet. Feel free to take a crack at it.

@Abijeet commented on GitHub (Jan 5, 2019): Hey @ssddanbrown - No haven't started yet. Feel free to take a crack at it.
Author
Owner

@ssddanbrown commented on GitHub (Jan 5, 2019):

@Abijeet Cool, Thanks for confirming.

@ssddanbrown commented on GitHub (Jan 5, 2019): @Abijeet Cool, Thanks for confirming.
Author
Owner

@ssddanbrown commented on GitHub (Jan 6, 2019):

Interestingly this appears to be fine when I test this in Firefox 64 on ubuntu.
The overflow-wrap: break-word; from the .page-content element takes action and breaks text as expected. Can't see any recent change in support for overflow-wrap either.

Maybe need to double check on windows just in-case it's different there.
Either way, Will need a bit more investigation. Moving out a release for investigation time.

@ssddanbrown commented on GitHub (Jan 6, 2019): Interestingly this appears to be fine when I test this in Firefox 64 on ubuntu. The `overflow-wrap: break-word;` from the `.page-content` element takes action and breaks text as expected. Can't see any recent change in support for `overflow-wrap` either. Maybe need to double check on windows just in-case it's different there. Either way, Will need a bit more investigation. Moving out a release for investigation time.
Author
Owner

@ssddanbrown commented on GitHub (Jan 19, 2019):

I believe this is now confirmed to be sorted therefore closing.

@ssddanbrown commented on GitHub (Jan 19, 2019): I believe this is now confirmed to be sorted therefore closing.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#924