add vertical space above and below room section
This commit is contained in:
parent
91a2ee1779
commit
521e035bf0
2 changed files with 3 additions and 1 deletions
|
@ -348,7 +348,7 @@ const RoomSubList = React.createClass({
|
|||
{this._getHeaderJsx()}
|
||||
</div>;
|
||||
} else {
|
||||
const heightEstimation = (len * 40) + 31;
|
||||
const heightEstimation = (len * 40) + 31 + (8 + 8);
|
||||
const style = {
|
||||
flexGrow: `${heightEstimation}`,
|
||||
maxHeight: `${heightEstimation}px`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue