mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 07:04:10 +00:00
fix: update ResponseExampleUrlBar styles for better overflow handling (#6535)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user