Browse Source

Manually merged graphql fix.

pull/385/head
Sebastian 7 years ago
parent
commit
0dbcc5cf2a
  1. 5
      src/Squidex/app/features/api/pages/graphql/graphql-page.component.scss

5
src/Squidex/app/features/api/pages/graphql/graphql-page.component.scss

@ -1,6 +1,11 @@
@import '_vars'; @import '_vars';
@import '_mixins'; @import '_mixins';
// Graphiql hints
::ng-deep {
@import '~graphiql/dist/show-hint';
}
:host ::ng-deep { :host ::ng-deep {
@import '~graphiql/graphiql'; @import '~graphiql/graphiql';

Loading…
Cancel
Save