mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
fix(builder): Fix the control panel being too narrow for its elements (#7758)
wix width
This commit is contained in:
@@ -50,7 +50,7 @@ export const BlocksControl: React.FC<BlocksControlProps> = ({
|
||||
side="right"
|
||||
sideOffset={22}
|
||||
align="start"
|
||||
className="w-80 p-0"
|
||||
className="w-96 p-0"
|
||||
>
|
||||
<Card className="border-none shadow-none">
|
||||
<CardHeader className="p-4">
|
||||
|
||||
Reference in New Issue
Block a user