Skip to content

Commit 40eee91

Browse files
authored
fix: fix dropdown menu metrics (#148)
1 parent 6fbc2e5 commit 40eee91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/css.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,6 +1142,8 @@ const styles = `
11421142
.blocklyDropDownDiv .blocklyMenuItem {
11431143
color: #fff;
11441144
font-weight: bold;
1145+
min-height: 32px;
1146+
padding: 4px 7em 4px 28px;
11451147
}
11461148
.blocklyToolboxSelected .blocklyTreeLabel {
11471149
color: var(--colour-toolboxText);

0 commit comments

Comments
 (0)