resolves height issue when display the check and show answer actions alongside problems
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user