Fix: 1091 Added padding on the left menu

This commit is contained in:
Rupin Khandelwal
2022-08-18 16:44:02 -05:00
parent 339be5304f
commit e016da47de

View File

@ -12,6 +12,7 @@ export function LibraryMenu(): JSX.Element {
css={{
width: '286px',
minWidth: '286px',
pl:'15px',
height: 'calc(100% - 100px)',
overflowY: 'auto',
}}