mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
fix: Ensure search field visibility in response panel
This commit is contained in:
parent
e8530a1022
commit
89c009e6a2
@ -75,6 +75,12 @@ const StyledWrapper = styled.div`
|
||||
.cm-variable-invalid {
|
||||
color: red;
|
||||
}
|
||||
.CodeMirror-search-field{
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
margin-bottom: 10px;
|
||||
color: black;
|
||||
}
|
||||
`;
|
||||
|
||||
export default StyledWrapper;
|
||||
|
Loading…
Reference in New Issue
Block a user