You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hi there, I was trying to add a table of data with three columns. The first two columns contain just a word or two, and the third column contains a full sentence or two, this has caused the first two columns to collapse to the point where they just have two or three letters stacked on top of each other.
Things look OK on the front end of the site, but it's borderline un-usable on the backend. (see screenshot below)
The only way to fix this is to switch to "fixed width" but then you can't adjust the width of the columns. Seems like that feature is being worked on in #9801
To Reproduce
Steps to reproduce the behavior:
Create a new post
Create a new Table block with three columns and a few rows
Just put a few characters in the first two columns, and then put a few sentences in the third column
Expected behavior
I expect the columns with only a few characters to collapse to a certain point, the characters shouldn't start stacking on top one another.
Screenshots
Desktop (please complete the following information):
OS: OSX 10.13.5
Browser: Chrome 70.0.3538.67
Plugin Version: 4.1.1
WordPress Version: 4.9.8
The text was updated successfully, but these errors were encountered:
same here.
looks weird for the editors. fixed width table cells option is there but needs configuration first..
might be easy to fix with a min-width CSS rule for table columns.
Hmmm.. WP 5.0 with its built-in Gutenberg still has this problem. Since Gutenberg is baked into WP now, is this still the appropriate place to post issues?
Describe the bug
Hi there, I was trying to add a table of data with three columns. The first two columns contain just a word or two, and the third column contains a full sentence or two, this has caused the first two columns to collapse to the point where they just have two or three letters stacked on top of each other.
Things look OK on the front end of the site, but it's borderline un-usable on the backend. (see screenshot below)
The only way to fix this is to switch to "fixed width" but then you can't adjust the width of the columns. Seems like that feature is being worked on in #9801
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the columns with only a few characters to collapse to a certain point, the characters shouldn't start stacking on top one another.
Screenshots
![screen shot 2018-10-29 at 8 07 40 pm](https://user-images.githubusercontent.com/3899467/47746399-9bd6be80-dc4b-11e8-9620-efaf45f29afe.png)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: