Skip to content

Commit c208bab

Browse files
authored
Merge pull request #35 from topcoder-platform/PROD-2606_preview-height-fix
PROD-2606 - fix height of preview iframe
2 parents 752e119 + 594238f commit c208bab

File tree

1 file changed

+1
-1
lines changed
  • client/src/templates/Challenges/classic

1 file changed

+1
-1
lines changed

client/src/templates/Challenges/classic/show.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const BASE_LAYOUT = {
134134
codePane: { flex: 1 },
135135
editorPane: { flex: 1 },
136136
instructionPane: { flex: 1 },
137-
previewPane: { flex: 0.7 },
137+
previewPane: { flex: 1 },
138138
notesPane: { flex: 0.7 },
139139
testsPane: { flex: 0.3 }
140140
};

0 commit comments

Comments
 (0)