зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1547821 - Sync 133 - Ensure secondary pan splitter takes up entire height r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D30305 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
97bb455ae6
Коммит
7ed549152a
|
@ -429,21 +429,19 @@ class SecondaryPanes extends Component<Props, State> {
|
|||
|
||||
renderVerticalLayout() {
|
||||
return (
|
||||
<div>
|
||||
<SplitBox
|
||||
initialSize="300px"
|
||||
minSize={10}
|
||||
maxSize="50%"
|
||||
splitterSize={1}
|
||||
startPanel={
|
||||
<div style={{ width: "inherit" }}>
|
||||
<WhyPaused delay={this.props.renderWhyPauseDelay} />
|
||||
<Accordion items={this.getStartItems()} />
|
||||
</div>
|
||||
}
|
||||
endPanel={<Accordion items={this.getEndItems()} />}
|
||||
/>
|
||||
</div>
|
||||
<SplitBox
|
||||
initialSize="300px"
|
||||
minSize={10}
|
||||
maxSize="50%"
|
||||
splitterSize={1}
|
||||
startPanel={
|
||||
<div style={{ width: "inherit" }}>
|
||||
<WhyPaused delay={this.props.renderWhyPauseDelay} />
|
||||
<Accordion items={this.getStartItems()} />
|
||||
</div>
|
||||
}
|
||||
endPanel={<Accordion items={this.getEndItems()} />}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче