@genexus/mercury 0.23.0 → 0.23.1
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.
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
$tabular-grid-cell-block-alignment: "start",
|
|
114
114
|
$tabular-grid-cell-inline-alignment: "start",
|
|
115
115
|
$tabular-grid-cell-apply-ellipsis: false,
|
|
116
|
+
$tabular-grid-cell-min-inline-size: 0,
|
|
116
117
|
$tabular-grid-affected-columns-nth-list: null
|
|
117
118
|
) {
|
|
118
119
|
$selector: null;
|
|
@@ -197,5 +198,8 @@
|
|
|
197
198
|
{
|
|
198
199
|
@include cell-ellipsis();
|
|
199
200
|
}
|
|
201
|
+
@if $tabular-grid-cell-min-inline-size != "auto" {
|
|
202
|
+
min-inline-size: $tabular-grid-cell-min-inline-size;
|
|
203
|
+
}
|
|
200
204
|
}
|
|
201
205
|
}
|