Fixed a rebase error in responsetypes.
Fixed a css bug in the hinter.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user