@progress/kendo-theme-bootstrap 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
@@ -14496,8 +14496,8 @@ $kendo-utils: (
14496
14496
  /// @group height
14497
14497
  /// @contextType css
14498
14498
 
14499
- /// This is equivalent to `min-height: 100%;`.
14500
- /// @example min-height: 100%;
14499
+ /// This is equivalent to `height: 100%;`.
14500
+ /// @example height: 100%;
14501
14501
  /// @name .k-h-full
14502
14502
  /// @group height
14503
14503
  /// @contextType css
@@ -14666,8 +14666,8 @@ $kendo-utils: (
14666
14666
  /// @group width
14667
14667
  /// @contextType css
14668
14668
 
14669
- /// This is equivalent to `min-width: 100%;`.
14670
- /// @example min-width: 100%;
14669
+ /// This is equivalent to `width: 100%;`.
14670
+ /// @example width: 100%;
14671
14671
  /// @name .k-w-full
14672
14672
  /// @group width
14673
14673
  /// @contextType css
@@ -41211,10 +41211,8 @@ $_kendo-module-meta: (
41211
41211
  overflow: hidden;
41212
41212
  cursor: default;
41213
41213
  flex: 1;
41214
- display: flex;
41215
- flex-flow: row nowrap;
41216
41214
 
41217
- &::before {
41215
+ &:empty::before {
41218
41216
  content: "\200b";
41219
41217
  }
41220
41218
  }
@@ -58528,6 +58526,12 @@ $kendo-editor-selectednode-outline-color: #88ccff !default;
58528
58526
  visibility: hidden;
58529
58527
  }
58530
58528
 
58529
+ // Resizable tables
58530
+ .k-editor-resize-wrap-element {
58531
+ display: inline-block;
58532
+ position: relative;
58533
+ }
58534
+
58531
58535
  .k-editor-resize-handle {
58532
58536
  width: $kendo-editor-resize-handle-size;
58533
58537
  height: $kendo-editor-resize-handle-size;