We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71a3fe commit 6cf8e0fCopy full SHA for 6cf8e0f
packages/default/scss/editor/_layout.scss
@@ -50,6 +50,12 @@
50
visibility: hidden;
51
}
52
53
+ // Resizable tables
54
+ .k-editor-resize-wrap-element {
55
+ display: inline-block;
56
+ position: relative;
57
+ }
58
+
59
.k-editor-resize-handle {
60
width: $kendo-editor-resize-handle-size;
61
height: $kendo-editor-resize-handle-size;
packages/fluent/scss/editor/_layout.scss
@@ -61,6 +61,12 @@
62
63
64
65
66
67
68
69
70
71
width: var( --kendo-editor-resize-handle-size, #{$kendo-editor-resize-handle-size} );
72
height: var( --kendo-editor-resize-handle-size, #{$kendo-editor-resize-handle-size} );
0 commit comments