remove left padding of containing span.

pull/3999/head
Joseph Izang 1 year ago committed by Aniket
parent a7715b2401
commit 8520ba9d80
  1. 2
      libs/remix-ui/workspace/src/lib/components/file-explorer-menu.tsx

@ -69,7 +69,7 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => {
>
<span className='remixui_label' data-path={props.title} style={{ fontWeight: 'bold' }}>{ props.title }</span>
</CustomTooltip>
<span className="pl-2">{
<span className="pl-0">{
state.menuItems.map(({ action, title, icon, placement }, index) => {
if (action === 'uploadFile') {
return (

Loading…
Cancel
Save