mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-27 14:44:07 +00:00
feat: design tweaks
This commit is contained in:
@@ -183,7 +183,7 @@ const ResponseExampleParams = ({ editMode, item, collection, exampleUid }) => {
|
||||
|
||||
return (
|
||||
<StyledWrapper className="w-full mt-4">
|
||||
<div className="mb-1 title text-xs font-bold">Query parameters</div>
|
||||
<div className="mb-3 title text-xs font-bold">Query parameters</div>
|
||||
<EditableTable
|
||||
columns={queryColumns}
|
||||
rows={queryParams || []}
|
||||
@@ -205,7 +205,7 @@ const ResponseExampleParams = ({ editMode, item, collection, exampleUid }) => {
|
||||
)}
|
||||
{pathParams && pathParams.length > 0 && (
|
||||
<>
|
||||
<div className="mb-1 title text-xs font-bold flex items-stretch mt-4">
|
||||
<div className="mb-3 title text-xs font-bold flex items-stretch mt-4">
|
||||
<span>Path parameters</span>
|
||||
<InfoTip infotipId="path-param-InfoTip">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user