diff --git a/Examples/DynamicEditor/DynEditorExample.css b/Examples/DynamicEditor/DynEditorExample.css new file mode 100644 index 0000000000000000000000000000000000000000..b13f32a695f800c8396b5f4793a36d57113af57b --- /dev/null +++ b/Examples/DynamicEditor/DynEditorExample.css @@ -0,0 +1,9 @@ +.typedTaskEditor { + padding: 0.2em; + margin: 0.4em; + align-self: flex-start; +} + +.typedTaskEditorWithBorder { + border: 1px solid #ccc; +}