Added a div to wrapp buttons in FileSharing
This commit is contained in:
@@ -25,6 +25,10 @@ const styles = (theme) =>
|
||||
button :
|
||||
{
|
||||
margin : theme.spacing(1)
|
||||
},
|
||||
shareButtonsWrapper :
|
||||
{
|
||||
display : 'flex'
|
||||
}
|
||||
});
|
||||
|
||||
@@ -72,6 +76,7 @@ const FileSharing = (props) =>
|
||||
return (
|
||||
<Paper className={classes.root}>
|
||||
<FileSharingModerator />
|
||||
<div className={classes.shareButtonsWrapper} >
|
||||
<input
|
||||
className={classes.input}
|
||||
type='file'
|
||||
@@ -111,6 +116,7 @@ const FileSharing = (props) =>
|
||||
</Button>
|
||||
</label>
|
||||
}
|
||||
</div>
|
||||
<FileList />
|
||||
</Paper>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user