Widen the category menu area to accomodate more langs

increasing the category width to 72 allows most of the current languages to fit. This part is in SVG rendering, so it’s not easy to change with multiple styles. The width is calculated and set explicitly on the element.
This commit is contained in:
chrisgarrity 2018-07-11 15:36:29 -04:00
parent 32abb594f6
commit de63c04eeb
2 changed files with 3 additions and 3 deletions

View file

@ -1266,7 +1266,7 @@ Blockly.Css.CONTENT = [
'}',
'.scratchCategoryMenu {',
'width: 52px;',
'width: 72px;',
'background: $colour_toolbox;',
'color: $colour_toolboxText;',
'font-size: .7rem;',