-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bug: Cannot align tables #6909
Comments
In Firefox the CSS is such that the table is always full width, might make sense to tackle both at the same time if we are to support horizontal alignment for tables. |
Oh wow, I didn't even realize we even have different CSS for Firefox... |
Well, the CSS is the same but Firefox does not render it the same way the other engines do. I think it regressed when the column width stuff was merged #6625 due to the |
Since there is no support at the library level, I solved the problem in my project with an additional It wraps the table node in an additional table_align.mp4Works fine overall, but it would be nice to have an out-of-the-box solution. |
Lexical 0.21
Applying alignment to a table doesn't take effect. Currently one cannot centre a table. I guess we are missing formatting properties on TableNode-level
The text was updated successfully, but these errors were encountered: