Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redactor Table Problem #14

Open
Merrihewbj opened this issue Jul 27, 2020 · 4 comments
Open

Redactor Table Problem #14

Merrihewbj opened this issue Jul 27, 2020 · 4 comments

Comments

@Merrihewbj
Copy link

I have the paid version of Webyep with the Reactor Editor.
Everything in the editor works fine except the Table. When I add a table, fill in the cells and save, the table does not appear and the text from the cells just runs together.
Has anyone else ever had this problem?

@maxfancourt
Copy link

Hi No no one else has reported this but I shall have a quick look my self
kind regards Max

@maxfancourt
Copy link

Hi I have checked the table construction produced by Redactor and all is correct
Have you styled the table yet? if not the table will collapse to minimums
kind regards

@Merrihewbj
Copy link
Author

Merrihewbj commented Jul 28, 2020 via email

@Merrihewbj
Copy link
Author

In the redactor css I can change width, padding and font-size. When I save the table, it disappears. What an I missing?
.redactor-editor table {
border-collapse: collapse;
font-size: 1em;
width: 100%;
}
.redactor-editor table td,
.redactor-editor table th {
padding: 5px;
border: 1px solid #ddd;
vertical-align: top;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants