Commit 04bfa016 by Brian Talbot Committed by Ned Batchelder

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

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