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

This commit is contained in:
Brian Talbot
2013-06-11 17:07:59 -04:00
parent b11e748341
commit a17bf5e2ce

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