Skip to content

Commit c491266

Browse files
committed
fix: request URL input field overflow issue
1 parent 24a36bc commit c491266

File tree

1 file changed

+5
-1
lines changed
  • packages/bruno-app/src/components/Sidebar/NewRequest

1 file changed

+5
-1
lines changed

packages/bruno-app/src/components/Sidebar/NewRequest/index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,11 @@ const NewRequest = ({ collectionUid, item, isEphemeral, onClose }) => {
503503
/>
504504
</div>
505505
) : null}
506-
<div id="new-request-url" data-testid="new-request-url" className="flex px-2 items-center flex-grow input-container h-full">
506+
<div
507+
id="new-request-url"
508+
data-testid="new-request-url"
509+
className="flex px-2 items-center flex-grow input-container h-full min-w-0"
510+
>
507511
<SingleLineEditor
508512
onPaste={handlePaste}
509513
placeholder="Request URL"

0 commit comments

Comments
 (0)