@coorpacademy/components 11.11.16-alpha.7 → 11.11.16-alpha.8

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.
@@ -101,6 +101,7 @@ video {
101
101
  overflow: hidden;
102
102
  text-overflow: ellipsis;
103
103
  max-width: 90%;
104
+ white-space: nowrap;
104
105
  }
105
106
  .infosContainer {
106
107
  width: 100%;
@@ -101,6 +101,7 @@ video {
101
101
  overflow: hidden;
102
102
  text-overflow: ellipsis;
103
103
  max-width: 90%;
104
+ white-space: nowrap;
104
105
  }
105
106
  .infosContainer {
106
107
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.11.16-alpha.7+395943daa",
3
+ "version": "11.11.16-alpha.8+88a0ecd3e",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -165,5 +165,5 @@
165
165
  "last 2 versions",
166
166
  "IE 11"
167
167
  ],
168
- "gitHead": "395943daa4af7e13ac491246c30f12ba3afa4f43"
168
+ "gitHead": "88a0ecd3e9207f48378944b2ae4de8c1b3dac2f8"
169
169
  }