File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -415,8 +415,8 @@ class HostKeyList extends Component {
415415 onCancel = { this . handleModalCancel . bind ( this ) }
416416 okButtonProps = { { disabled : this . state . modal . type === 1 } }
417417 forceRender = { this . state . modal . forceRender }
418- width = { "90 %" }
419- height = { "80 %" }
418+ width = { "60 %" }
419+ height = { "40 %" }
420420 >
421421 < Form
422422 { ...this . layout }
Original file line number Diff line number Diff line change @@ -448,8 +448,8 @@ class HostKeySet extends Component {
448448 onCancel = { this . handleModalCancel . bind ( this ) }
449449 okButtonProps = { { disabled : this . state . modal . type === 1 } }
450450 forceRender = { this . state . modal . forceRender }
451- width = { "90 %" }
452- height = { "80 %" }
451+ width = { "60 %" }
452+ height = { "40 %" }
453453 >
454454 < Form
455455 { ...this . layout }
You can’t perform that action at this time.
0 commit comments