question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

News section - Table cells don't allow wrapping of text

See original GitHub issue

All tables are very wide and require a horizontal scrollbar. Text does not wrap, so everything is forced onto a single line in a cell.

table-scroll

Link

Any article with a table.

Fix

It should be resolved by removing the property below:

.post-full-content table {
    white-space: nowrap;
}

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:16 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Ezimohacommented, Nov 26, 2020

Thanks for the update_

0reactions
moT01commented, Aug 3, 2021

Hey @robole, sorry for the lack of context. As @ShaunSHamilton pointed out, it’s sort of a preference - if we wrap the text, there may be suggestions to unwrap it. Some tables will look better with wrapping text, and some not.

We can always open the issue back up if we want to discuss it further.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to stop text wrapping in table cells when it does not need ...
The most likely answer is that the paragraphs in those cells (or maybe all the cells) have a non-zero right indent. A quick...
Read more >
How to prevent text in a table cell from wrapping using CSS?
Given a table which contains the table head and body section. The task is to prevent the text in a table cell from...
Read more >
How to prevent text in a table cell from wrapping
It is okay if the column is very wide. The heading itself is wrapped in a div inside the th tag for reasons...
Read more >
How to Wrap Text Around a Table in Microsoft Word
Go to the Table tab in the pop-up window. In the Text Wrapping section at the bottom, select Around and click “OK.” Select...
Read more >
Want words to wrap, but it's wrapping by letter - WordPress.org
What we want is for the words in the header row and all other rows to wrap so the whole table fits the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found