News section - Table cells don't allow wrapping of text
See original GitHub issueAll tables are very wide and require a horizontal scrollbar. Text does not wrap, so everything is forced onto a single line in a cell.
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:
- Created 3 years ago
- Comments:16 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the update_
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.