Skip to content

Commit e0b150f

Browse files
committed
Automated update for DataWidgets module
1 parent 189c5ff commit e0b150f

12 files changed

+21
-10
lines changed

theme-cache/web/theme.compiled.css

+10-4
Original file line numberDiff line numberDiff line change
@@ -21479,6 +21479,9 @@ html div.dj_ios .widget-switch.auto .widget-switch-btn-wrapper.checked.widget-sw
2147921479
padding: 0 16px;
2148021480
background: var(--bg-color-secondary, #fff);
2148121481
z-index: 102;
21482+
overflow-y: auto;
21483+
width: fit-content;
21484+
max-width: 500px;
2148221485
border-radius: 3px;
2148321486
border: 1px solid transparent;
2148421487
list-style-type: none;
@@ -21494,6 +21497,8 @@ html div.dj_ios .widget-switch.auto .widget-switch-btn-wrapper.checked.widget-sw
2149421497
margin: 8px;
2149521498
font-weight: normal;
2149621499
white-space: nowrap;
21500+
overflow-x: hidden;
21501+
text-overflow: ellipsis;
2149721502
}
2149821503
.table .td {
2149921504
display: flex;
@@ -21607,17 +21612,16 @@ html div.dj_ios .widget-switch.auto .widget-switch-btn-wrapper.checked.widget-sw
2160721612
padding: 0 16px;
2160821613
background: var(--bg-color-secondary, #fff);
2160921614
z-index: 102;
21615+
overflow-y: auto;
21616+
width: fit-content;
21617+
max-width: 500px;
2161021618
border-radius: 3px;
2161121619
border: 1px solid transparent;
2161221620
list-style-type: none;
2161321621
-webkit-box-shadow: 0 2px 20px 1px rgba(32, 43, 54, 0.08);
2161421622
-moz-box-shadow: 0 2px 20px 1px rgba(32, 43, 54, 0.08);
2161521623
box-shadow: 0 2px 20px 1px rgba(32, 43, 54, 0.08);
2161621624
}
21617-
.column-selectors.overflow {
21618-
height: 250px;
21619-
overflow-y: scroll;
21620-
}
2162121625
.column-selectors li {
2162221626
display: flex;
2162321627
align-items: center;
@@ -21627,6 +21631,8 @@ html div.dj_ios .widget-switch.auto .widget-switch-btn-wrapper.checked.widget-sw
2162721631
margin: 8px;
2162821632
font-weight: normal;
2162921633
white-space: nowrap;
21634+
overflow-x: hidden;
21635+
text-overflow: ellipsis;
2163021636
}
2163121637

2163221638
.widget-datagrid {

theme-cache/web/theme.compiled.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themesource/datawidgets/web/_datagrid.scss

+10-5
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ $root: ".widget-datagrid";
223223
padding: 0 16px;
224224
background: var(--bg-color-secondary, $dg-background-color);
225225
z-index: 102;
226+
overflow-y: auto;
227+
width: fit-content;
228+
max-width: 500px;
226229
border-radius: 3px;
227230
border: 1px solid transparent;
228231
list-style-type: none;
@@ -238,6 +241,8 @@ $root: ".widget-datagrid";
238241
margin: 8px;
239242
font-weight: normal;
240243
white-space: nowrap;
244+
overflow-x: hidden;
245+
text-overflow: ellipsis;
241246
}
242247
}
243248
}
@@ -376,18 +381,16 @@ $root: ".widget-datagrid";
376381
padding: 0 16px;
377382
background: var(--bg-color-secondary, $dg-background-color);
378383
z-index: 102;
384+
overflow-y: auto;
385+
width: fit-content;
386+
max-width: 500px;
379387
border-radius: 3px;
380388
border: 1px solid transparent;
381389
list-style-type: none;
382390
-webkit-box-shadow: 0 2px 20px 1px rgba(32, 43, 54, 0.08);
383391
-moz-box-shadow: 0 2px 20px 1px rgba(32, 43, 54, 0.08);
384392
box-shadow: 0 2px 20px 1px rgba(32, 43, 54, 0.08);
385393

386-
&.overflow {
387-
height: 250px;
388-
overflow-y: scroll;
389-
}
390-
391394
li {
392395
display: flex;
393396
align-items: center;
@@ -397,6 +400,8 @@ $root: ".widget-datagrid";
397400
margin: 8px;
398401
font-weight: normal;
399402
white-space: nowrap;
403+
overflow-x: hidden;
404+
text-overflow: ellipsis;
400405
}
401406
}
402407
}
27.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)