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