Skip to content

Commit b0c225b

Browse files
Round operation panel corners.
Co-authored-by: Dimitri POSTOLOV <[email protected]>
1 parent 5ae7f1f commit b0c225b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/marked/mini-graphiQL.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ class QueryEditor extends Component {
258258
render() {
259259
return (
260260
<div className="query-editor" ref={e => (this.domNode = e)}>
261-
<span className="editor-name">Operation</span>
261+
<span className="editor-name rounded-tl">Operation</span>
262262
</div>
263263
)
264264
}

0 commit comments

Comments
 (0)