mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-17 18:20:53 +01:00
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:
parent
d000625c39
commit
9343f1e070
@ -17,7 +17,7 @@ const StyledWrapper = styled.div`
|
|||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
${'' /* padding-bottom: 50px !important; */}
|
${'' /* padding-bottom: 50px !important; */}
|
||||||
position: relative;
|
position: relative;
|
||||||
display: contents;
|
display: block;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user