@progress/kendo-theme-material 9.0.0 → 9.0.1-dev.0

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/dist/all.scss CHANGED
@@ -13583,8 +13583,8 @@ $kendo-utils: (
13583
13583
  /// @group height
13584
13584
  /// @contextType css
13585
13585
 
13586
- /// This is equivalent to `min-height: 100%;`.
13587
- /// @example min-height: 100%;
13586
+ /// This is equivalent to `height: 100%;`.
13587
+ /// @example height: 100%;
13588
13588
  /// @name .k-h-full
13589
13589
  /// @group height
13590
13590
  /// @contextType css
@@ -13753,8 +13753,8 @@ $kendo-utils: (
13753
13753
  /// @group width
13754
13754
  /// @contextType css
13755
13755
 
13756
- /// This is equivalent to `min-width: 100%;`.
13757
- /// @example min-width: 100%;
13756
+ /// This is equivalent to `width: 100%;`.
13757
+ /// @example width: 100%;
13758
13758
  /// @name .k-w-full
13759
13759
  /// @group width
13760
13760
  /// @contextType css
@@ -41310,10 +41310,8 @@ $_kendo-module-meta: (
41310
41310
  overflow: hidden;
41311
41311
  cursor: default;
41312
41312
  flex: 1;
41313
- display: flex;
41314
- flex-flow: row nowrap;
41315
41313
 
41316
- &::before {
41314
+ &:empty::before {
41317
41315
  content: "\200b";
41318
41316
  }
41319
41317
  }
@@ -58631,6 +58629,12 @@ $kendo-editor-selectednode-outline-color: #88ccff !default;
58631
58629
  visibility: hidden;
58632
58630
  }
58633
58631
 
58632
+ // Resizable tables
58633
+ .k-editor-resize-wrap-element {
58634
+ display: inline-block;
58635
+ position: relative;
58636
+ }
58637
+
58634
58638
  .k-editor-resize-handle {
58635
58639
  width: $kendo-editor-resize-handle-size;
58636
58640
  height: $kendo-editor-resize-handle-size;