Skip to content

Commit

Permalink
Merge pull request #45 from wiris/fix-answer-field
Browse files Browse the repository at this point in the history
fix: add style for answer field
  • Loading branch information
nsanchez-at-wiris committed Nov 24, 2023
2 parents 915b0e4 + fd56b31 commit 93bfc0b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ div.wirisanswerfielddecoration.wiriseditordecoration.wirispartiallycorrect div.w
div.rightanswer .wrsUI_app.wrsUI_graph {
max-width: 800px;
height: 453px;
}
}

div .answer .wrsUI_quizzesAnswerField .wrsUI_mathTypeComponent .wrsUI_inlineMathEditor {
display: flex;
flex-direction: row;
}

0 comments on commit 93bfc0b

Please sign in to comment.