Update padding on blocklyDropDownButton img (#303)

This commit is contained in:
Tim Mickel 2016-04-27 13:22:07 -04:00
parent 82f01dce95
commit 5dceb56127

View file

@ -260,6 +260,7 @@ Blockly.Css.CONTENT = [
'.blocklyDropDownButton > img {',
'width: 80%;',
'height: 80%;',
'margin-top: 5%',
'}',
'.blocklyDropDownPlaceholder {',