Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commita1cb80a

Browse files
derek-lidarkwing
authored andcommitted
Ensure secondary pan splitter takes up entire height (#8210)
1 parent0c2a1ba commita1cb80a

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

‎src/components/SecondaryPanes/index.js‎

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -433,21 +433,19 @@ class SecondaryPanes extends Component<Props, State> {
433433

434434
renderVerticalLayout(){
435435
return(
436-
<div>
437-
<SplitBox
438-
initialSize="300px"
439-
minSize={10}
440-
maxSize="50%"
441-
splitterSize={1}
442-
startPanel={
443-
<divstyle={{width:"inherit"}}>
444-
<WhyPauseddelay={this.props.renderWhyPauseDelay}/>
445-
<Accordionitems={this.getStartItems()}/>
446-
</div>
447-
}
448-
endPanel={<Accordionitems={this.getEndItems()}/>}
449-
/>
450-
</div>
436+
<SplitBox
437+
initialSize="300px"
438+
minSize={10}
439+
maxSize="50%"
440+
splitterSize={1}
441+
startPanel={
442+
<divstyle={{width:"inherit"}}>
443+
<WhyPauseddelay={this.props.renderWhyPauseDelay}/>
444+
<Accordionitems={this.getStartItems()}/>
445+
</div>
446+
}
447+
endPanel={<Accordionitems={this.getEndItems()}/>}
448+
/>
451449
);
452450
}
453451

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp