@likable-hair/svelte 4.2.3 → 4.2.4
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.
|
@@ -460,6 +460,7 @@ function resizeHeader(th, header) {
|
|
|
460
460
|
>
|
|
461
461
|
<div
|
|
462
462
|
class="row-append-cell"
|
|
463
|
+
style="display: inline-block; white-space: nowrap;"
|
|
463
464
|
>
|
|
464
465
|
{@render appendSnippet?.({ index: i, item })}
|
|
465
466
|
</div>
|
|
@@ -655,8 +656,6 @@ function resizeHeader(th, header) {
|
|
|
655
656
|
|
|
656
657
|
.table.resizable td, th {
|
|
657
658
|
text-overflow: ellipsis;
|
|
658
|
-
overflow: hidden;
|
|
659
|
-
white-space: nowrap;
|
|
660
659
|
}
|
|
661
660
|
|
|
662
661
|
th {
|