Commit a17bf5e2 by Brian Talbot

resolves height issue when display the check and show answer actions alongside problems

parent b11e7483
......@@ -555,10 +555,14 @@ section.problem {
@extend .blue-button;
}
input.check {
height: ($baseline*2);
}
button.show {
height: ($baseline*2);
span {
.show-label {
font-size: 1.0em;
font-weight: 600;
}
......
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