Skip to content

Commit

Permalink
Merge pull request #3396 from lohxt1/fix/codeeditor-search-box-text-a…
Browse files Browse the repository at this point in the history
…lignment

fix: codeeditor search box desc alignment fix
  • Loading branch information
lohxt1 authored Oct 30, 2024
2 parents 9e07c69 + ca2ee67 commit fa22c72
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 fa22c72

Please sign in to comment.