In fullscreen mode of ckeditor (e.g. description field in Ticket) the icons in TableToolbar are displayed vertical instead of horizontal (seee screenshot). Because of that it is sometimes not possible to modify a table.
I guess it is just a simple styling problem.
A (really) quick an dirty solution for me was to add a simple scss:
.ck {
> .ck-toolbar__items {
display: block !important;
}
}
Hi Dave,
Thanks for the report, I have created an issue in our internal bug tracker (N°9015)
I'll try to find some time to test your solution, there's probably some rules form our maximize CSS plugin that cause the issue