mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
fix: codeeditor search box desc alignment fix
This commit is contained in:
parent
a580f88f63
commit
ca2ee673f3
@ -79,8 +79,8 @@ const StyledWrapper = styled.div`
|
||||
color: red;
|
||||
}
|
||||
|
||||
.graphiql-container .CodeMirror-search-hint {
|
||||
display: block;
|
||||
.CodeMirror-search-hint {
|
||||
display: inline;
|
||||
}
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user