fix: codeeditor search box desc alignment fix

This commit is contained in:
lohxt1 2024-10-30 18:50:40 +05:30
parent a580f88f63
commit ca2ee673f3

View File

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