Skip to content
Snippets Groups Projects
Verified Commit f4ce2baf authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #14484 TIME 1:30 vertical align in table parameters customization

parent 893ac68a
No related branches found
No related tags found
No related merge requests found
...@@ -128,6 +128,9 @@ export class ParametersCustomizationComponent implements OnInit, OnDestroy { ...@@ -128,6 +128,9 @@ export class ParametersCustomizationComponent implements OnInit, OnDestroy {
table_resize_bars: false, table_resize_bars: false,
toolbar_sticky: true, toolbar_sticky: true,
toolbar_drawer: 'floating', toolbar_drawer: 'floating',
table_style_by_css: true,
content_style: 'table td { vertical-align: top; }',
forced_root_block : false,
toolbar: !readonly ? 'undo redo | fontselect fontsizeselect | bold italic underline strikethrough forecolor | table maarch_b64image | \ toolbar: !readonly ? 'undo redo | fontselect fontsizeselect | bold italic underline strikethrough forecolor | table maarch_b64image | \
alignleft aligncenter alignright alignjustify \ alignleft aligncenter alignright alignjustify \
bullist numlist outdent indent | removeformat code' : '' bullist numlist outdent indent | removeformat code' : ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment