mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
adapt children sizes to parents
This commit is contained in:
parent
0c38784907
commit
052193e501
1 changed files with 2 additions and 2 deletions
|
@ -109,8 +109,8 @@ class WidgetContextMenu extends React.Component {
|
|||
);
|
||||
|
||||
let dim = {
|
||||
width: this.props.widget.width,
|
||||
height: this.props.widget.height
|
||||
width: '100%',
|
||||
height: '100%'
|
||||
};
|
||||
|
||||
return <div style={dim}>
|
||||
|
|
Loading…
Add table
Reference in a new issue