Fix(challenges): make challenge height auto

closes #9347
This commit is contained in:
Berkeley Martinez
2016-06-29 11:40:34 -07:00
parent 6ce3f039d2
commit 627c92c72f
4 changed files with 34 additions and 35 deletions

View File

@@ -1,3 +1,8 @@
.challenges-editor {
height: 100%;
width: 99%;
}
.challenge-step-description {
font-size: 1.5em;
}