mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
remove max width (#5109)
This commit is contained in:
parent
e8e039ee63
commit
9b51df49c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue