Skip to content

Commit

Permalink
Merge pull request #3397 from lohxt1/fix/graphql-editor-search-box
Browse files Browse the repository at this point in the history
fix: graphql editor search box styling
  • Loading branch information
lohxt1 authored Oct 30, 2024
2 parents fa22c72 + 7ddb8c3 commit 5fa7a75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ const StyledWrapper = styled.div`
.cm-variable-invalid {
color: red;
}
.CodeMirror-search-hint {
display: inline;
}
`;

export default StyledWrapper;
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export default class QueryEditor extends React.Component {
return (
<>
<StyledWrapper
className="h-full w-full flex flex-col relative"
className="h-full w-full flex flex-col relative graphiql-container"
aria-label="Query Editor"
font={this.props.font}
fontSize={this.props.fontSize}
Expand Down

0 comments on commit 5fa7a75

Please sign in to comment.