keep large answers from appearing (TNL-441)

This commit is contained in:
Adam Palay
2014-09-19 09:53:51 -04:00
parent c2c65c5db1
commit f57e30959e

View File

@@ -158,7 +158,9 @@ div.problem {
}
&.status {
margin: 8px 0 0 $baseline/2;
text-indent: -9999px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
}
@@ -203,7 +205,6 @@ div.problem {
width: 20px;
height: 20px;
background: url('../images/incorrect-icon.png') center center no-repeat;
text-indent: -9999px;
}
input {