Skip to content

Commit fcbb7da

Browse files
committed
Fix for smaller blockly div when switching languages
1 parent 82ce845 commit fcbb7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue-frontend/src/components/Blockly.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="h-100">
33
<div id="blocklyArea" ref="blocklyArea" class="blocklyArea h-100">
4-
<div id="blocklyDiv" ref="blocklyDiv" style="height: 480px; width: 600px"></div>
4+
<div id="blocklyDiv" ref="blocklyDiv" style="height: 100%; width: 100%;"></div>
55
</div>
66

77
<xml id="toolbox" ref="toolbox" style="display: none">

0 commit comments

Comments
 (0)