Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
fix SelectionPanel float
Browse files Browse the repository at this point in the history
  • Loading branch information
clemsos committed Oct 1, 2017
1 parent 37b53d6 commit 75636a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imports/client/ui/components/SideNav.jsx
Expand Up @@ -49,7 +49,7 @@ class SideNav extends React.Component {

return (
<Card
style={{ maxWidth : '30%'}}
style={{ maxWidth : '30%', minWidth : '25%', float : 'left'}}
onExpandChange={this.handleExpandChange}
>
<CardTitle
Expand Down
3 changes: 2 additions & 1 deletion imports/client/ui/components/selectionPanel/SelectedItem.jsx
@@ -1,5 +1,6 @@
import React from 'react'
import {Card, CardTitle, CardText} from 'material-ui/Card';
import {Card, CardTitle, CardText, CardActions} from 'material-ui/Card';
import FlatButton from 'material-ui/FlatButton';

import Markdown from 'react-remarkable'
import 'github-markdown-css'
Expand Down

0 comments on commit 75636a3

Please sign in to comment.