From 412d3d6ceb22c6bc1407b46281a6c4ed94bad412 Mon Sep 17 00:00:00 2001 From: Steffen Michels Date: Fri, 14 Jun 2019 12:17:05 +0200 Subject: [PATCH] add forgotten css file --- Examples/DynamicEditor/DynEditorExample.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Examples/DynamicEditor/DynEditorExample.css diff --git a/Examples/DynamicEditor/DynEditorExample.css b/Examples/DynamicEditor/DynEditorExample.css new file mode 100644 index 000000000..b13f32a69 --- /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; +} -- GitLab