@syncfusion/blazor-themes 21.2.4 → 21.2.6
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/SCSS-Themes/base/bootstrap-dark.scss +6 -1
- package/SCSS-Themes/base/bootstrap.scss +6 -1
- package/SCSS-Themes/base/bootstrap4.scss +7 -2
- package/SCSS-Themes/base/bootstrap5-dark.scss +6 -1
- package/SCSS-Themes/base/bootstrap5.scss +6 -1
- package/SCSS-Themes/base/fabric-dark.scss +6 -1
- package/SCSS-Themes/base/fabric.scss +6 -1
- package/SCSS-Themes/base/fluent-dark.scss +6 -1
- package/SCSS-Themes/base/fluent.scss +6 -1
- package/SCSS-Themes/base/highcontrast.scss +6 -1
- package/SCSS-Themes/base/material-dark.scss +6 -1
- package/SCSS-Themes/base/material.scss +6 -4
- package/SCSS-Themes/base/tailwind-dark.scss +6 -1
- package/SCSS-Themes/base/tailwind.scss +6 -1
- package/SCSS-Themes/bootstrap-dark.scss +134 -21
- package/SCSS-Themes/bootstrap.scss +135 -20
- package/SCSS-Themes/bootstrap4.scss +136 -21
- package/SCSS-Themes/bootstrap5-dark.scss +135 -20
- package/SCSS-Themes/bootstrap5.scss +135 -20
- package/SCSS-Themes/documenteditor/document-editor/bootstrap-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/bootstrap.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/bootstrap4.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/bootstrap5-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/bootstrap5.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/fabric-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/fabric.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/fluent-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/fluent.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/highcontrast.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/material-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/material.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/tailwind-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/tailwind.scss +1 -0
- package/SCSS-Themes/fabric-dark.scss +133 -18
- package/SCSS-Themes/fabric.scss +132 -17
- package/SCSS-Themes/fluent-dark.scss +133 -18
- package/SCSS-Themes/fluent.scss +133 -18
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +23 -12
- package/SCSS-Themes/grids/grid/bootstrap.scss +23 -12
- package/SCSS-Themes/grids/grid/bootstrap4.scss +23 -12
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +23 -12
- package/SCSS-Themes/grids/grid/bootstrap5.scss +23 -12
- package/SCSS-Themes/grids/grid/fabric-dark.scss +22 -11
- package/SCSS-Themes/grids/grid/fabric.scss +22 -11
- package/SCSS-Themes/grids/grid/fluent-dark.scss +23 -12
- package/SCSS-Themes/grids/grid/fluent.scss +23 -12
- package/SCSS-Themes/grids/grid/highcontrast.scss +22 -11
- package/SCSS-Themes/grids/grid/material-dark.scss +22 -11
- package/SCSS-Themes/grids/grid/material.scss +22 -11
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +23 -12
- package/SCSS-Themes/grids/grid/tailwind.scss +23 -12
- package/SCSS-Themes/highcontrast.scss +133 -18
- package/SCSS-Themes/inputs/input/bootstrap-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/bootstrap.scss +81 -0
- package/SCSS-Themes/inputs/input/bootstrap4.scss +81 -0
- package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/bootstrap5.scss +81 -0
- package/SCSS-Themes/inputs/input/fabric-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/fabric.scss +81 -0
- package/SCSS-Themes/inputs/input/fluent-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/fluent.scss +81 -0
- package/SCSS-Themes/inputs/input/highcontrast.scss +81 -0
- package/SCSS-Themes/inputs/input/material-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/material.scss +81 -0
- package/SCSS-Themes/inputs/input/tailwind-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/tailwind.scss +81 -0
- package/SCSS-Themes/material-dark.scss +133 -18
- package/SCSS-Themes/material.scss +134 -22
- package/SCSS-Themes/navigations/treeview/material.scss +1 -1
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +1 -7
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +3 -7
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +3 -7
- package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +1 -5
- package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +1 -5
- package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +1 -5
- package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +2 -6
- package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +21 -0
- package/SCSS-Themes/tailwind-dark.scss +134 -19
- package/SCSS-Themes/tailwind.scss +134 -19
- package/package.json +1 -1
|
@@ -140,7 +140,6 @@ $grid-bigger-group-text-line-height: 22px !default;
|
|
|
140
140
|
$grid-bigger-groupcaption-line-height: 32px !default;
|
|
141
141
|
$grid-bigger-rtl-group-headercell-margin: 5px 0 0 6px !default;
|
|
142
142
|
$grid-bigger-rtl-group-headercell-padding: 6px 8px 6px 8px !default;
|
|
143
|
-
$grid-bigger-rtl-ungroup-icon-margin-top: 0 !default;
|
|
144
143
|
$grid-bigger-rtl-ungroup-icon-margin-right: 0 !default;
|
|
145
144
|
$grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
|
|
146
145
|
$grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
|
|
@@ -308,7 +307,7 @@ $grid-rowcell-both-border-width: 1px 0 0 1px !default;
|
|
|
308
307
|
$grid-indentcell-border-width: 0 1px 0 0 !default;
|
|
309
308
|
$grid-group-right-arrow-icon-font-size: $text-sm !default;
|
|
310
309
|
$grid-group-right-arrow-icon-padding: 10px 8px 12px 8px !default;
|
|
311
|
-
$grid-group-unpgroupicon-
|
|
310
|
+
$grid-group-unpgroupicon-padding-top: 4px !default;
|
|
312
311
|
$grid-summary-cell-line-height: 18px !default;
|
|
313
312
|
$grid-batch-updated-bg-color: $success-light !default;
|
|
314
313
|
$grid-val-error-color: $danger !default;
|
|
@@ -318,7 +317,7 @@ $grid-edit-input-padding-top: 2px !default;
|
|
|
318
317
|
$grid-edit-input-margin: 2px !default;
|
|
319
318
|
$grid-edit-cell-padding: 2px !default;
|
|
320
319
|
$grid-group-height: 39px !default;
|
|
321
|
-
$grid-ungroup-rtl-padding-top:
|
|
320
|
+
$grid-ungroup-rtl-padding-top: 4px !default;
|
|
322
321
|
$grid-rtl-group-headercell-margin-right: 0 !default;
|
|
323
322
|
$grid-rtl-group-headercell-margin-left: 4px !default;
|
|
324
323
|
$grid-fltr-rtl-sortnumber-margin: 0 4px 0 32px !default;
|
|
@@ -511,6 +510,7 @@ $grid-bigger-clone-padding: 3px 0 0 8px !default;
|
|
|
511
510
|
$grid-bigger-draganddrop-clone-padding: 3px 0 0 8px !default;
|
|
512
511
|
$grouped-bigger-text-font-size: $text-base !default;
|
|
513
512
|
$grid-bigger-ungroupbutton-icon-margin-right: 0 !default;
|
|
513
|
+
$grid-bigger-ungroupbutton-icon-padding-top: 0 !default;
|
|
514
514
|
$grid-bigger-font-size: $text-base !default;
|
|
515
515
|
$grid-rtl-bigger-rightalign-fltrdiv-margin: -15px 6px -15px -3px !default;
|
|
516
516
|
$grid-bigger-rtl-ungroup-icon-margin-left: -8px !default;
|
|
@@ -1266,6 +1266,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1266
1266
|
margin-left: $grid-bigger-ungroupbutton-icon-margin-left;
|
|
1267
1267
|
margin-top: $grid-bigger-ungroupbutton-icon-margin-top;
|
|
1268
1268
|
margin-right: $grid-bigger-ungroupbutton-icon-margin-right;
|
|
1269
|
+
padding-top: $grid-bigger-ungroupbutton-icon-padding-top;
|
|
1269
1270
|
@if $grid-skin == 'fluent' {
|
|
1270
1271
|
padding: 0 4px;
|
|
1271
1272
|
}
|
|
@@ -1322,9 +1323,12 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1322
1323
|
&.e-rtl span.e-ungroupbutton.e-icons {
|
|
1323
1324
|
margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
|
|
1324
1325
|
margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
|
|
1325
|
-
margin-top: $grid-bigger-
|
|
1326
|
-
padding-top: $grid-ungroup-rtl-padding-top;
|
|
1326
|
+
margin-top: $grid-bigger-sorticon-margin-top;
|
|
1327
1327
|
padding-left: $grid-ungroup-rtl-padding-left;
|
|
1328
|
+
@if $grid-skin == 'fluent' {
|
|
1329
|
+
margin-top: 0;
|
|
1330
|
+
padding: 0 4px;
|
|
1331
|
+
}
|
|
1328
1332
|
}
|
|
1329
1333
|
|
|
1330
1334
|
.e-groupcaption {
|
|
@@ -1998,6 +2002,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1998
2002
|
border-collapse: separate;
|
|
1999
2003
|
table-layout: fixed;
|
|
2000
2004
|
width: 100%;
|
|
2005
|
+
border-spacing: 0.25px;
|
|
2001
2006
|
}
|
|
2002
2007
|
|
|
2003
2008
|
.e-tableborder {
|
|
@@ -2606,6 +2611,8 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2606
2611
|
border-top-style: $grid-border-type;
|
|
2607
2612
|
border-top-width: $grid-border-size;
|
|
2608
2613
|
padding: .3em;
|
|
2614
|
+
font-weight: normal;
|
|
2615
|
+
text-align: left;
|
|
2609
2616
|
}
|
|
2610
2617
|
|
|
2611
2618
|
th.e-detailcell .e-rowcell,
|
|
@@ -3147,14 +3154,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
3147
3154
|
|
|
3148
3155
|
span.e-ungroupbutton.e-icons {
|
|
3149
3156
|
margin-left: $group-unpgrouicon-margin-left;
|
|
3150
|
-
margin-top: $
|
|
3157
|
+
margin-top: $group-sorticon-margin-top;
|
|
3158
|
+
padding-top: $grid-group-unpgroupicon-padding-top;
|
|
3151
3159
|
padding-right: $grid-group-unpgroupicon-padding-right;
|
|
3152
|
-
@if $grid-skin == 'bootstrap4' {
|
|
3153
|
-
padding-top: 4px;
|
|
3154
|
-
}
|
|
3155
|
-
@else if $grid-skin == 'tailwind' {
|
|
3156
|
-
padding-top: 1px;
|
|
3157
|
-
}
|
|
3158
3160
|
}
|
|
3159
3161
|
|
|
3160
3162
|
span.e-ungroupbutton.e-icons:hover {
|
|
@@ -3940,6 +3942,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
3940
3942
|
&.e-default.e-bothlines .e-detailcell {
|
|
3941
3943
|
border-right-style: solid;
|
|
3942
3944
|
border-right-width: 1px;
|
|
3945
|
+
text-align: right;
|
|
3943
3946
|
}
|
|
3944
3947
|
|
|
3945
3948
|
& .e-cc-searchdiv span.e-ccsearch-icon.e-icons {
|
|
@@ -4657,9 +4660,17 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
4657
4660
|
position: absolute;
|
|
4658
4661
|
top: 6px;
|
|
4659
4662
|
white-space: nowrap;
|
|
4663
|
+
text-overflow: ellipsis;
|
|
4664
|
+
overflow: hidden;
|
|
4660
4665
|
width: 45%;
|
|
4661
4666
|
}
|
|
4662
4667
|
|
|
4668
|
+
& .e-verticalwrap td::before {
|
|
4669
|
+
line-height: $grid-rowcell-wrap-height;
|
|
4670
|
+
white-space: normal;
|
|
4671
|
+
word-wrap: break-word;
|
|
4672
|
+
}
|
|
4673
|
+
|
|
4663
4674
|
& td[data-cell] {
|
|
4664
4675
|
padding-bottom: 5px;
|
|
4665
4676
|
padding-left: 55%;
|
|
@@ -140,7 +140,6 @@ $grid-bigger-group-text-line-height: 22px !default;
|
|
|
140
140
|
$grid-bigger-groupcaption-line-height: 32px !default;
|
|
141
141
|
$grid-bigger-rtl-group-headercell-margin: 5px 0 0 6px !default;
|
|
142
142
|
$grid-bigger-rtl-group-headercell-padding: 6px 8px 6px 8px !default;
|
|
143
|
-
$grid-bigger-rtl-ungroup-icon-margin-top: 0 !default;
|
|
144
143
|
$grid-bigger-rtl-ungroup-icon-margin-right: 0 !default;
|
|
145
144
|
$grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
|
|
146
145
|
$grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
|
|
@@ -308,7 +307,7 @@ $grid-rowcell-both-border-width: 1px 0 0 1px !default;
|
|
|
308
307
|
$grid-indentcell-border-width: 0 1px 0 0 !default;
|
|
309
308
|
$grid-group-right-arrow-icon-font-size: $text-sm !default;
|
|
310
309
|
$grid-group-right-arrow-icon-padding: 10px 8px 12px 8px !default;
|
|
311
|
-
$grid-group-unpgroupicon-
|
|
310
|
+
$grid-group-unpgroupicon-padding-top: 4px !default;
|
|
312
311
|
$grid-summary-cell-line-height: 18px !default;
|
|
313
312
|
$grid-batch-updated-bg-color: $success-light !default;
|
|
314
313
|
$grid-val-error-color: $danger !default;
|
|
@@ -318,7 +317,7 @@ $grid-edit-input-padding-top: 2px !default;
|
|
|
318
317
|
$grid-edit-input-margin: 2px !default;
|
|
319
318
|
$grid-edit-cell-padding: 2px !default;
|
|
320
319
|
$grid-group-height: 39px !default;
|
|
321
|
-
$grid-ungroup-rtl-padding-top:
|
|
320
|
+
$grid-ungroup-rtl-padding-top: 4px !default;
|
|
322
321
|
$grid-rtl-group-headercell-margin-right: 0 !default;
|
|
323
322
|
$grid-rtl-group-headercell-margin-left: 4px !default;
|
|
324
323
|
$grid-fltr-rtl-sortnumber-margin: 0 4px 0 32px !default;
|
|
@@ -511,6 +510,7 @@ $grid-bigger-clone-padding: 3px 0 0 8px !default;
|
|
|
511
510
|
$grid-bigger-draganddrop-clone-padding: 3px 0 0 8px !default;
|
|
512
511
|
$grouped-bigger-text-font-size: $text-base !default;
|
|
513
512
|
$grid-bigger-ungroupbutton-icon-margin-right: 0 !default;
|
|
513
|
+
$grid-bigger-ungroupbutton-icon-padding-top: 0 !default;
|
|
514
514
|
$grid-bigger-font-size: $text-base !default;
|
|
515
515
|
$grid-rtl-bigger-rightalign-fltrdiv-margin: -15px 6px -15px -3px !default;
|
|
516
516
|
$grid-bigger-rtl-ungroup-icon-margin-left: -8px !default;
|
|
@@ -1266,6 +1266,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1266
1266
|
margin-left: $grid-bigger-ungroupbutton-icon-margin-left;
|
|
1267
1267
|
margin-top: $grid-bigger-ungroupbutton-icon-margin-top;
|
|
1268
1268
|
margin-right: $grid-bigger-ungroupbutton-icon-margin-right;
|
|
1269
|
+
padding-top: $grid-bigger-ungroupbutton-icon-padding-top;
|
|
1269
1270
|
@if $grid-skin == 'fluent' {
|
|
1270
1271
|
padding: 0 4px;
|
|
1271
1272
|
}
|
|
@@ -1322,9 +1323,12 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1322
1323
|
&.e-rtl span.e-ungroupbutton.e-icons {
|
|
1323
1324
|
margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
|
|
1324
1325
|
margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
|
|
1325
|
-
margin-top: $grid-bigger-
|
|
1326
|
-
padding-top: $grid-ungroup-rtl-padding-top;
|
|
1326
|
+
margin-top: $grid-bigger-sorticon-margin-top;
|
|
1327
1327
|
padding-left: $grid-ungroup-rtl-padding-left;
|
|
1328
|
+
@if $grid-skin == 'fluent' {
|
|
1329
|
+
margin-top: 0;
|
|
1330
|
+
padding: 0 4px;
|
|
1331
|
+
}
|
|
1328
1332
|
}
|
|
1329
1333
|
|
|
1330
1334
|
.e-groupcaption {
|
|
@@ -1998,6 +2002,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1998
2002
|
border-collapse: separate;
|
|
1999
2003
|
table-layout: fixed;
|
|
2000
2004
|
width: 100%;
|
|
2005
|
+
border-spacing: 0.25px;
|
|
2001
2006
|
}
|
|
2002
2007
|
|
|
2003
2008
|
.e-tableborder {
|
|
@@ -2606,6 +2611,8 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2606
2611
|
border-top-style: $grid-border-type;
|
|
2607
2612
|
border-top-width: $grid-border-size;
|
|
2608
2613
|
padding: .3em;
|
|
2614
|
+
font-weight: normal;
|
|
2615
|
+
text-align: left;
|
|
2609
2616
|
}
|
|
2610
2617
|
|
|
2611
2618
|
th.e-detailcell .e-rowcell,
|
|
@@ -3147,14 +3154,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
3147
3154
|
|
|
3148
3155
|
span.e-ungroupbutton.e-icons {
|
|
3149
3156
|
margin-left: $group-unpgrouicon-margin-left;
|
|
3150
|
-
margin-top: $
|
|
3157
|
+
margin-top: $group-sorticon-margin-top;
|
|
3158
|
+
padding-top: $grid-group-unpgroupicon-padding-top;
|
|
3151
3159
|
padding-right: $grid-group-unpgroupicon-padding-right;
|
|
3152
|
-
@if $grid-skin == 'bootstrap4' {
|
|
3153
|
-
padding-top: 4px;
|
|
3154
|
-
}
|
|
3155
|
-
@else if $grid-skin == 'tailwind' {
|
|
3156
|
-
padding-top: 1px;
|
|
3157
|
-
}
|
|
3158
3160
|
}
|
|
3159
3161
|
|
|
3160
3162
|
span.e-ungroupbutton.e-icons:hover {
|
|
@@ -3940,6 +3942,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
3940
3942
|
&.e-default.e-bothlines .e-detailcell {
|
|
3941
3943
|
border-right-style: solid;
|
|
3942
3944
|
border-right-width: 1px;
|
|
3945
|
+
text-align: right;
|
|
3943
3946
|
}
|
|
3944
3947
|
|
|
3945
3948
|
& .e-cc-searchdiv span.e-ccsearch-icon.e-icons {
|
|
@@ -4657,9 +4660,17 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
4657
4660
|
position: absolute;
|
|
4658
4661
|
top: 6px;
|
|
4659
4662
|
white-space: nowrap;
|
|
4663
|
+
text-overflow: ellipsis;
|
|
4664
|
+
overflow: hidden;
|
|
4660
4665
|
width: 45%;
|
|
4661
4666
|
}
|
|
4662
4667
|
|
|
4668
|
+
& .e-verticalwrap td::before {
|
|
4669
|
+
line-height: $grid-rowcell-wrap-height;
|
|
4670
|
+
white-space: normal;
|
|
4671
|
+
word-wrap: break-word;
|
|
4672
|
+
}
|
|
4673
|
+
|
|
4663
4674
|
& td[data-cell] {
|
|
4664
4675
|
padding-bottom: 5px;
|
|
4665
4676
|
padding-left: 55%;
|