mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
fix spacing in plugins settings
This commit is contained in:
parent
b3287d9878
commit
d0eaffec42
@ -331,12 +331,19 @@ export class Plugins extends PureComponent<Props, State> {
|
||||
|
||||
<div className="text-right">
|
||||
<Button onClick={this._handleCreatePlugin}>Generate New Plugin</Button>
|
||||
<Button className="space-left" onClick={Plugins._handleClickShowPluginsFolder}>
|
||||
<Button
|
||||
style={{
|
||||
marginLeft: '0.3em',
|
||||
}}
|
||||
onClick={Plugins._handleClickShowPluginsFolder}
|
||||
>
|
||||
Reveal Plugins Folder
|
||||
</Button>
|
||||
<Button
|
||||
disabled={isRefreshingPlugins}
|
||||
className="space-left"
|
||||
style={{
|
||||
marginLeft: '0.3em',
|
||||
}}
|
||||
onClick={this._handleClickRefreshPlugins}
|
||||
>
|
||||
Reload Plugins
|
||||
|
Loading…
Reference in New Issue
Block a user