feat: ensure text field does not overflow
This commit is contained in:
@@ -437,6 +437,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
padding: '10px',
|
padding: '10px',
|
||||||
background: 'white',
|
background: 'white',
|
||||||
},
|
},
|
||||||
|
width: '150px', // Ensure the text field does not go outside the panel
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user