We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebcb69 commit d0975afCopy full SHA for d0975af
src/pages/HostKeyTree/index.js
@@ -456,7 +456,7 @@ class HostKeyTree extends Component {
456
render() {
457
return (
458
<div>
459
- <Space size="small" direction="vertical">
+ <Space size="small" direction="vertical" style={{width:"100%"}}>
460
<Button block onClick={this.openCreateKeyMadal.bind(this)}>
461
{intl.get("HostKey.create.key")}
462
</Button>
0 commit comments