graphiql
graphiql copied to clipboard
CodeMirror-hint-information missing flex-direction: column;
It seems that for multi-paragraph descriptions, the CodeMirror autocomplete hints are rendered in the row direction by default, at least on Chrome + graphiql 0.11.11:
After adding flex-direction: column; to .CodeMirror-hint-information .content, things are fine again:
