diff --git a/packages/bruno-app/src/components/RequestPane/QueryParams/index.js b/packages/bruno-app/src/components/RequestPane/QueryParams/index.js index a5fdf981a..a63e9eb83 100644 --- a/packages/bruno-app/src/components/RequestPane/QueryParams/index.js +++ b/packages/bruno-app/src/components/RequestPane/QueryParams/index.js @@ -153,7 +153,7 @@ const QueryParams = ({ item, collection }) => {
Path - +
Path variables are automatically added whenever the :name diff --git a/packages/bruno-app/src/components/RequestPane/Vars/VarsTable/index.js b/packages/bruno-app/src/components/RequestPane/Vars/VarsTable/index.js index 747d3eab4..5530310c4 100644 --- a/packages/bruno-app/src/components/RequestPane/Vars/VarsTable/index.js +++ b/packages/bruno-app/src/components/RequestPane/Vars/VarsTable/index.js @@ -57,7 +57,7 @@ const VarsTable = ({ item, collection, vars, varType }) => { name: varType === 'request' ? 'Value' : (
Expr - +
), placeholder: varType === 'request' ? 'Value' : 'Expr', diff --git a/packages/bruno-app/src/globalStyles.js b/packages/bruno-app/src/globalStyles.js index 64cc8dc6f..84e7e35b8 100644 --- a/packages/bruno-app/src/globalStyles.js +++ b/packages/bruno-app/src/globalStyles.js @@ -29,6 +29,7 @@ const GlobalStyle = createGlobalStyle` border-radius: 4px !important; opacity: 1 !important; z-index: 9999 !important; + max-width: 100%; } .btn {