Fix RoomDropTarget and emptySubListTip to have containers
so that the correct background colour can be used to surround both.
This commit is contained in:
parent
f6255906d8
commit
9e1e7e0dbe
3 changed files with 26 additions and 15 deletions
|
@ -23,9 +23,11 @@ module.exports = React.createClass({
|
|||
|
||||
render: function() {
|
||||
return (
|
||||
<div className="mx_RoomDropTarget">
|
||||
<div className="mx_RoomDropTarget_label">
|
||||
{ this.props.label }
|
||||
<div className="mx_RoomDropTarget_container">
|
||||
<div className="mx_RoomDropTarget">
|
||||
<div className="mx_RoomDropTarget_label">
|
||||
{ this.props.label }
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue