mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-02-24 17:10:56 -08:00
13 lines
569 B
Diff
13 lines
569 B
Diff
diff --git a/node_modules/@material-ui/core/MenuItem/MenuItem.js b/node_modules/@material-ui/core/MenuItem/MenuItem.js
|
|
index bc82060..f042924 100644
|
|
--- a/node_modules/@material-ui/core/MenuItem/MenuItem.js
|
|
+++ b/node_modules/@material-ui/core/MenuItem/MenuItem.js
|
|
@@ -30,7 +30,7 @@ var styles = function styles(theme) {
|
|
return {
|
|
/* Styles applied to the root element. */
|
|
root: (0, _extends2.default)({}, theme.typography.subheading, {
|
|
- height: 24,
|
|
+ height: 16,
|
|
boxSizing: 'content-box',
|
|
width: 'auto',
|
|
overflow: 'hidden',
|