diff options
Diffstat (limited to 'frontend/src/components/PluginView.tsx')
| -rw-r--r-- | frontend/src/components/PluginView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/PluginView.tsx b/frontend/src/components/PluginView.tsx index 65288c05..4bc159e2 100644 --- a/frontend/src/components/PluginView.tsx +++ b/frontend/src/components/PluginView.tsx @@ -9,7 +9,7 @@ const PluginView: VFC = () => { if (activePlugin) { return ( - <div style={{height: '100%'}}> + <div style={{ height: '100%' }}> <div style={{ position: 'absolute', top: '3px', left: '16px', zIndex: 20 }}> <DialogButton style={{ minWidth: 0, padding: '10px 12px' }} onClick={closeActivePlugin}> <FaArrowLeft style={{ display: 'block' }} /> |
