Cell spacing, Cell padding, Border size field values on Table Properties are not visible
rolandpakai opened this issue · 0 comments
rolandpakai commented
On Table Properties modal window the following fields value are not visible
Cell spacing
Cell padding
Border size
The div.cke_dialog_ui_labeled_content style should be width: 5em; instead of the width: 3em;
Border size: https://github.com/ckeditor/ckeditor4/blob/eb2d11644a796cd13cd047cd55541430359f9317/plugins/table/dialogs/table.js#L345
Cell spacing: https://github.com/ckeditor/ckeditor4/blob/eb2d11644a796cd13cd047cd55541430359f9317/plugins/table/dialogs/table.js#L441
Cell padding: https://github.com/ckeditor/ckeditor4/blob/eb2d11644a796cd13cd047cd55541430359f9317/plugins/table/dialogs/table.js#L459