editor: fixing, refactoring, improving styling in choice exercises
[fnpeditor.git] / src / editor / plugins / core / edumed / choice / choiceMulti.less
1 .exercise-multi {
2     input {
3         margin-right: 15px;
4     }
5     ul {
6         margin: 0;
7     }
8     li {
9         list-style-type: none;
10     }
11 }