graphiql-rails 1.4.4 → 1.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*
2
- = require ./graphiql-0.11.2
2
+ = require ./graphiql-0.11.5
3
3
  */
4
4
 
5
5
  html, body, #graphiql-container {
@@ -43,6 +43,7 @@
43
43
  -webkit-box-flex: 1;
44
44
  -ms-flex: 1;
45
45
  flex: 1;
46
+ overflow-x: hidden;
46
47
  }
47
48
 
48
49
  .graphiql-container .title {
@@ -62,6 +63,7 @@
62
63
  -webkit-box-direction: normal;
63
64
  -ms-flex-direction: row;
64
65
  flex-direction: row;
66
+ overflow-x: hidden;
65
67
  }
66
68
 
67
69
  .graphiql-container .topBar {
@@ -760,7 +762,7 @@ div.CodeMirror-lint-tooltip > * + * {
760
762
 
761
763
  /* CURSOR */
762
764
 
763
- .CodeMirror div.CodeMirror-cursor {
765
+ .CodeMirror .CodeMirror-cursor {
764
766
  border-left: 1px solid black;
765
767
  }
766
768
  /* Shown when moving in bi-directional text */
@@ -1230,7 +1232,6 @@ span.CodeMirror-selectedtext { background: none; }
1230
1232
  margin-left: 5px;
1231
1233
  overflow: hidden;
1232
1234
  text-overflow: ellipsis;
1233
- white-space: nowrap;
1234
1235
  }
1235
1236
 
1236
1237
  .graphiql-container .enum-value {
@@ -1,5 +1,5 @@
1
1
  module GraphiQL
2
2
  module Rails
3
- VERSION = "1.4.4"
3
+ VERSION = "1.4.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphiql-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.4
4
+ version: 1.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Mosolgo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-11 00:00:00.000000000 Z
11
+ date: 2017-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -118,11 +118,11 @@ extra_rdoc_files: []
118
118
  files:
119
119
  - app/assets/javascripts/graphiql/rails/application.js
120
120
  - app/assets/javascripts/graphiql/rails/fetch-0.10.1.js
121
- - app/assets/javascripts/graphiql/rails/graphiql-0.11.2.js
122
- - app/assets/javascripts/graphiql/rails/react-15.6.1.js
123
- - app/assets/javascripts/graphiql/rails/react-dom-15.6.1.js
121
+ - app/assets/javascripts/graphiql/rails/graphiql-0.11.5.js
122
+ - app/assets/javascripts/graphiql/rails/react-15.6.2.js
123
+ - app/assets/javascripts/graphiql/rails/react-dom-15.6.2.js
124
124
  - app/assets/stylesheets/graphiql/rails/application.css
125
- - app/assets/stylesheets/graphiql/rails/graphiql-0.11.2.css
125
+ - app/assets/stylesheets/graphiql/rails/graphiql-0.11.5.css
126
126
  - app/controllers/graphiql/rails/editors_controller.rb
127
127
  - app/views/graphiql/rails/editors/show.html.erb
128
128
  - config/routes.rb