fix bug 272 - Error when loading dashboard. and fixed typo in readme file

This commit is contained in:
Elad Iwanir 2017-08-15 14:40:56 +03:00
Родитель faf976476d
Коммит b8499226ca
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -146,5 +146,5 @@ Or
.travis/build.sh
```
# Lisence
# License
MIT

Просмотреть файл

@ -80,6 +80,7 @@ export default class InfoDrawer extends React.Component<IInfoDrawerProps, IInfoD
type={Drawer.DrawerTypes.FLOATING}
header={drawerHeader}
style={{ zIndex: 100, borderLeft: '1px solid lightgray' }}
onMediaTypeChange={() => {}}
>
<Media style={{ padding: 20, maxWidth: 300, width: width || 'auto', height: '100%' }}>
{this.props.children}