Fix ui glitch
This commit is contained in:
@@ -18,7 +18,7 @@ function changeAmount(props: Props) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<span style={{ display: 'block', marginBottom: '8px', float: 'right' }}>
|
<span style={{ display: 'block', textAlign: 'right' }}>
|
||||||
<span>
|
<span>
|
||||||
Comparing with <b>{props.nameOfCompareMessage}</b> message:
|
Comparing with <b>{props.nameOfCompareMessage}</b> message:
|
||||||
<span className={props.classes.additions}>
|
<span className={props.classes.additions}>
|
||||||
|
|||||||
@@ -165,7 +165,7 @@ class ValuePanel extends React.Component<Props, State> {
|
|||||||
</ExpansionPanelSummary>
|
</ExpansionPanelSummary>
|
||||||
<ExpansionPanelDetails style={detailsStyle}>
|
<ExpansionPanelDetails style={detailsStyle}>
|
||||||
{this.renderViewOptions()}
|
{this.renderViewOptions()}
|
||||||
<div>
|
<div style={{ marginBottom: '-8px' }}>
|
||||||
<React.Suspense fallback={<div>Loading...</div>}>{this.renderValue()}</React.Suspense>
|
<React.Suspense fallback={<div>Loading...</div>}>{this.renderValue()}</React.Suspense>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user