Skip to content

Commit

Permalink
fix: graphql editor search box styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lohxt1 committed Oct 30, 2024
1 parent a580f88 commit 7ddb8c3
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 7ddb8c3

Please sign in to comment.