@progress/kendo-theme-core 11.3.1 → 11.3.2

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": "11.3.1",
4
+ "version": "11.3.2",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -45,5 +45,5 @@
45
45
  "directories": {
46
46
  "doc": "docs"
47
47
  },
48
- "gitHead": "dfcdc8146bf3ad31e1fecaee59752859f5acc623"
48
+ "gitHead": "dda792b83f27d1dd1f3cb44658b5b4ed3d26d729"
49
49
  }
@@ -276,6 +276,10 @@
276
276
  display: flex;
277
277
  align-items: center;
278
278
  align-content: center;
279
+
280
+ .k-icon {
281
+ flex-shrink: 0;
282
+ }
279
283
  }
280
284
 
281
285
  .k-grouping-row td,
@@ -31,6 +31,7 @@
31
31
  }
32
32
  .k-suggestion {
33
33
  @include border-radius( $kendo-suggestion-border-radius );
34
+ max-width: 100%;
34
35
  padding-block: $kendo-suggestion-padding-y;
35
36
  padding-inline: $kendo-suggestion-padding-x;
36
37
  box-sizing: border-box;
@@ -41,8 +41,6 @@
41
41
  }
42
42
  .k-table-th,
43
43
  .k-table-td {
44
- padding-block: $kendo-table-md-cell-padding-y;
45
- padding-inline: $kendo-table-md-cell-padding-x;
46
44
  border-width: 0 0 $kendo-table-cell-horizontal-border-width $kendo-table-cell-vertical-border-width;
47
45
  border-style: solid;
48
46
  border-color: inherit;