side panel paddings

pull/2825/head
lianahus 2 years ago
parent b1fd33053b
commit 308c7adf19
  1. 4
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -188,11 +188,11 @@ export function Workspace () {
} }
return ( return (
<div className='px-2 remixui_container'> <div className='emixui_container'>
<div className='d-flex flex-column w-100 remixui_fileexplorer' data-id="remixUIWorkspaceExplorer" onClick={resetFocus}> <div className='d-flex flex-column w-100 remixui_fileexplorer' data-id="remixUIWorkspaceExplorer" onClick={resetFocus}>
<div> <div>
<header> <header>
<div className="mb-2"> <div className="mx-2 mb-2">
<label className="pl-1 form-check-label" htmlFor="workspacesSelect"> <label className="pl-1 form-check-label" htmlFor="workspacesSelect">
Workspaces Workspaces
</label> </label>

Loading…
Cancel
Save