Skip to content
Snippets Groups Projects
Commit 737562ff authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Fix to issue #837.

parent 62f48ddd
No related branches found
No related tags found
No related merge requests found
...@@ -157,6 +157,8 @@ body.pagelayout-embedded .que.stack .formulation .questiontestslink { ...@@ -157,6 +157,8 @@ body.pagelayout-embedded .que.stack .formulation .questiontestslink {
width: 3rem; width: 3rem;
height: 3rem; height: 3rem;
outline: none; outline: none;
direction: ltr;
unicode-bidi: plaintext;
} }
body.path-question-type-stack-doc blockquote { body.path-question-type-stack-doc blockquote {
...@@ -1044,6 +1046,7 @@ table.HELM_table th:last-child { ...@@ -1044,6 +1046,7 @@ table.HELM_table th:last-child {
.que.stack .maxima-string, .que.stack .maxima-string,
.que.stack .maxima-list, .que.stack .maxima-list,
.que.stack .equiv, .que.stack .equiv,
.que.stack .varmatrixinput,
/* Question authoring form */ /* Question authoring form */
#page-question-type-stack textarea#id_questionvariables, #page-question-type-stack textarea#id_questionvariables,
#page-question-type-stack input#id_variantsselectionseed, #page-question-type-stack input#id_variantsselectionseed,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment