tweak roomheader layout when editing

This commit is contained in:
Matthew Hodgson 2016-01-15 15:23:41 +00:00
parent b8afccd445
commit aefecfc645
2 changed files with 6 additions and 4 deletions

View file

@ -39,7 +39,7 @@ module.exports = React.createClass({
getDefaultProps: function() {
return {
showUploadSection: true,
className: "mx_Dialog_content", // FIXME - shouldn't be this by default
className: "",
width: 80,
height: 80,
};