Visual bug fix.

This commit is contained in:
Daan Vanden Bosch 2019-06-22 12:08:03 +02:00
parent adaa36031e
commit 2cec75224e

View File

@ -60,7 +60,7 @@ export class MethodsComponent extends React.Component {
height={height}
rowCount={methods.length}
columns={MethodsComponent.columns}
fixedColumnCount={2}
fixedColumnCount={3}
record={this.record}
/>
)}