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