@progress/kendo-theme-core 12.2.0-dev.2 → 12.2.0-dev.3

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-core",
3
3
  "description": "A collection of functions and mixins used for building themes for Kendo UI",
4
- "version": "12.2.0-dev.2",
4
+ "version": "12.2.0-dev.3",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -46,5 +46,5 @@
46
46
  "directories": {
47
47
  "doc": "docs"
48
48
  },
49
- "gitHead": "918845c4b6e60435531f8b2fef5c0d0110b54c6d"
49
+ "gitHead": "588ba9ebfab39ffb964ec92ed317edabb5f38a84"
50
50
  }
@@ -478,6 +478,7 @@
478
478
  .k-chat-file-wrapper {
479
479
  display: flex;
480
480
  flex-flow: column wrap;
481
+ flex-shrink: 0;
481
482
  padding-inline: $kendo-chat-file-padding-x;
482
483
  padding-block: $kendo-chat-file-padding-y;
483
484
  margin: 0;
@@ -18,7 +18,8 @@
18
18
  padding-block: $kendo-suggestion-padding-y;
19
19
  flex: 1 1 auto;
20
20
  flex-wrap: nowrap;
21
- overflow: hidden;
21
+ overflow-x: auto;
22
+ scrollbar-width: none;
22
23
  white-space: nowrap;
23
24
  }
24
25
  }