Bugfix/request body value cutoff (#2917)

* 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.
This commit is contained in:
zachary-berdell-elliott
2024-08-25 23:36:33 -06:00
committed by GitHub
parent d000625c39
commit 9343f1e070

View File

@@ -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;
}