diff --git a/frontend/src/components/toolbar/view-file-toolbar.js b/frontend/src/components/toolbar/view-file-toolbar.js index d4186dcf52..a28028d925 100644 --- a/frontend/src/components/toolbar/view-file-toolbar.js +++ b/frontend/src/components/toolbar/view-file-toolbar.js @@ -147,7 +147,7 @@ class ViewFileToolbar extends React.Component { return ( {opList.length > 0 && - + - + {opList.map((item, index) => { if (item == 'Divider') { return ; diff --git a/frontend/src/css/lib-content-view.css b/frontend/src/css/lib-content-view.css index da9e868f14..19b6d20b5f 100644 --- a/frontend/src/css/lib-content-view.css +++ b/frontend/src/css/lib-content-view.css @@ -304,6 +304,10 @@ flex-shrink: 0; } +.dir-view-path .view-file-toolbar-dropdown { + height: 24px; +} + .custom-modal { box-sizing: border-box; font-size: 0.875rem;