Skip to content

Commit cf20b93

Browse files
committed
Reduce min button height
1 parent 9215318 commit cf20b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style/Toolbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const toolbarMenuButtonClass = style({
3737
flexWrap: 'wrap',
3838

3939
width: '100%',
40-
minHeight: '55px',
40+
minHeight: '50px',
4141

4242
/* top | right | bottom | left */
4343
padding: '4px 11px 4px 11px',

0 commit comments

Comments
 (0)