Make everything compatible with the latest material-ui version

This commit is contained in:
uwap 2018-04-08 10:28:46 +02:00
parent 4b370889af
commit f2cc0eaa2a
5 changed files with 10 additions and 8 deletions

View file

@ -123,7 +123,7 @@ export default class UiItemList extends React.Component<UiItemListProps> {
on(control.delayedApply)();
}}
onDragStop={on(false)}
style={{width: 100}}
style={{width: 100, marginTop: 54}}
/></MuiThemeProvider>
</ListItemSecondaryAction>
];