fix: update ResponseExampleUrlBar styles for better overflow handling (#6535)

This commit is contained in:
Abhishek S Lal
2026-01-08 02:34:23 +05:30
committed by GitHub
parent 9483dbf4af
commit 2a9386ef6b

View File

@@ -61,7 +61,7 @@ const ResponseExampleUrlBar = ({ item, collection, editMode, onSave, exampleUid
<div
id="response-example-url"
className="response-example-url flex items-center flex-1 h-6"
className="response-example-url flex items-center flex-1 h-6 min-w-0 overflow-hidden"
>
<SingleLineEditor
value={url}