Commit 69fbe77d by Felix Sun

Fixed a rebase error in responsetypes.

Fixed a css bug in the hinter.
parent 42202520
......@@ -1812,7 +1812,7 @@ class FormulaResponse(LoncapaResponse):
var_dict,
dict(),
answer,
cs=self.case_sensitive,
case_sensitive=self.case_sensitive,
))
except UndefinedVariable as uv:
log.debug(
......
......@@ -20,7 +20,8 @@
.wizard-view {
float: left;
width: 800px;
width: 790px;
margin-right: 10px;
}
.wizard-container {
......@@ -33,7 +34,7 @@
}
.wizard-viewbox {
width: 790px;
width: 800px;
overflow: hidden;
position: relative;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment