graphiql icon indicating copy to clipboard operation
graphiql copied to clipboard

CodeMirror-hint-information missing flex-direction: column;

Open brubbel opened this issue 7 years ago • 0 comments

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: image After adding flex-direction: column; to .CodeMirror-hint-information .content, things are fine again: image

brubbel avatar Jan 10 '18 20:01 brubbel