editor: fixing, refactoring, improving styling in choice exercises
[fnpeditor.git] / src / editor / plugins / core / edumed / choice / choiceMulti.less
diff --git a/src/editor/plugins/core/edumed/choice/choiceMulti.less b/src/editor/plugins/core/edumed/choice/choiceMulti.less
new file mode 100644 (file)
index 0000000..92877b2
--- /dev/null
@@ -0,0 +1,11 @@
+.exercise-multi {
+    input {
+        margin-right: 15px;
+    }
+    ul {
+        margin: 0;
+    }
+    li {
+        list-style-type: none;
+    }
+}
\ No newline at end of file