mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
Improvement: option to resize the debugger popover (Left sidebar) (#2048)
This commit is contained in:
parent
fe688d57ee
commit
80f81ff730
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ export const LeftSidebarDebugger = ({ darkMode, errors }) => {
|
|||
<div
|
||||
{...content}
|
||||
className={`card popover debugger-popover ${open || popoverPinned ? 'show' : 'hide'}`}
|
||||
style={{ minWidth: '180px', minHeight: '108px', maxWidth: '480px' }}
|
||||
style={{ minWidth: '350px', minHeight: '108px', resize: 'horizontal', maxWidth: '50%' }}
|
||||
>
|
||||
<div className="row-header">
|
||||
<div className="nav-header">
|
||||
|
|
|
|||
Loading…
Reference in a new issue