Skip to content

Commit b741d78

Browse files
authored
refactor(CSS): move box-sizing to core/css.ts (#9201)
Apply box-sizing to all of Blockly (and thereby obviate the need to apply it to .blocklyHtmlInput in particular.
1 parent efb5a2e commit b741d78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/toolbox/toolbox.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,6 +1172,7 @@ Css.register(`
11721172
11731173
/* Category tree in Toolbox. */
11741174
.blocklyToolbox {
1175+
box-sizing: border-box;
11751176
user-select: none;
11761177
-ms-user-select: none;
11771178
-webkit-user-select: none;

0 commit comments

Comments
 (0)