Merge pull request #3396 from lohxt1/fix/codeeditor-search-box-text-alignment

fix: codeeditor search box desc alignment fix
This commit is contained in:
lohit 2024-10-30 18:52:00 +05:30 committed by GitHub
commit fa22c728ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,8 +79,8 @@ const StyledWrapper = styled.div`
color: red; color: red;
} }
.graphiql-container .CodeMirror-search-hint { .CodeMirror-search-hint {
display: block; display: inline;
} }
`; `;