remove max width (#5109)

This commit is contained in:
Arpit 2022-12-29 18:12:10 +05:30 committed by GitHub
parent e8e039ee63
commit 9b51df49c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ export const LeftSidebarInspector = ({
];
const popoverContent = (
<div className={`left-sidebar-inspector`} style={{ resize: 'horizontal', maxWidth: '60%', minWidth: '422px' }}>
<div className={`left-sidebar-inspector`} style={{ resize: 'horizontal', minWidth: '422px' }}>
<HeaderSection darkMode={darkMode}>
<HeaderSection.PanelHeader title="Inspector" />
</HeaderSection>