Skip to content

Commit

Permalink
fix: codeeditor search box desc alignment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lohxt1 committed Oct 30, 2024
1 parent a580f88 commit ca2ee67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bruno-app/src/components/CodeEditor/StyledWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ const StyledWrapper = styled.div`
color: red;
}
.graphiql-container .CodeMirror-search-hint {
display: block;
.CodeMirror-search-hint {
display: inline;
}
`;

Expand Down

0 comments on commit ca2ee67

Please sign in to comment.