mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 15:33:11 +01:00
Merge pull request #3396 from lohxt1/fix/codeeditor-search-box-text-alignment
fix: codeeditor search box desc alignment fix
This commit is contained in:
commit
fa22c728ef
@ -79,8 +79,8 @@ const StyledWrapper = styled.div`
|
|||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
.graphiql-container .CodeMirror-search-hint {
|
.CodeMirror-search-hint {
|
||||||
display: block;
|
display: inline;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user