@progress/kendo-theme-classic 9.0.0-dev.2 → 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
@@ -12466,8 +12466,8 @@ $kendo-utils: (
12466
12466
  /// @group height
12467
12467
  /// @contextType css
12468
12468
 
12469
- /// This is equivalent to `min-height: 100%;`.
12470
- /// @example min-height: 100%;
12469
+ /// This is equivalent to `height: 100%;`.
12470
+ /// @example height: 100%;
12471
12471
  /// @name .k-h-full
12472
12472
  /// @group height
12473
12473
  /// @contextType css
@@ -12636,8 +12636,8 @@ $kendo-utils: (
12636
12636
  /// @group width
12637
12637
  /// @contextType css
12638
12638
 
12639
- /// This is equivalent to `min-width: 100%;`.
12640
- /// @example min-width: 100%;
12639
+ /// This is equivalent to `width: 100%;`.
12640
+ /// @example width: 100%;
12641
12641
  /// @name .k-w-full
12642
12642
  /// @group width
12643
12643
  /// @contextType css
@@ -38905,10 +38905,8 @@ $_kendo-module-meta: (
38905
38905
  overflow: hidden;
38906
38906
  cursor: default;
38907
38907
  flex: 1;
38908
- display: flex;
38909
- flex-flow: row nowrap;
38910
38908
 
38911
- &::before {
38909
+ &:empty::before {
38912
38910
  content: "\200b";
38913
38911
  }
38914
38912
  }
@@ -55634,6 +55632,12 @@ $kendo-editor-selectednode-outline-color: #88ccff !default;
55634
55632
  visibility: hidden;
55635
55633
  }
55636
55634
 
55635
+ // Resizable tables
55636
+ .k-editor-resize-wrap-element {
55637
+ display: inline-block;
55638
+ position: relative;
55639
+ }
55640
+
55637
55641
  .k-editor-resize-handle {
55638
55642
  width: $kendo-editor-resize-handle-size;
55639
55643
  height: $kendo-editor-resize-handle-size;