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

(cherry picked from commit a17bf5e2ce)
This commit is contained in:
Brian Talbot
2013-06-11 17:07:59 -04:00
committed by Ned Batchelder
parent 9acab2de70
commit 04bfa01644

View File

@@ -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;
}