Skip to content

Commit

Permalink
Bugfix/request body value cutoff (#2917)
Browse files Browse the repository at this point in the history
* Changed display: contents to display: block to fix bug with text cutoff in multipart form and form url encoded request bodies.

* Changed display: contents to display: block to fix bug with text cutoff in multipart form and form url encoded request bodies.
  • Loading branch information
zachary-berdell-elliott authored Aug 26, 2024
1 parent d000625 commit 9343f1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const StyledWrapper = styled.div`
overflow: hidden !important;
${'' /* padding-bottom: 50px !important; */}
position: relative;
display: contents;
display: block;
margin: 0px;
padding: 0px;
}
Expand Down

0 comments on commit 9343f1e

Please sign in to comment.