@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 {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@likable-hair/svelte",
3
3
  "description": "A Svelte component for likablehair and others",
4
- "version": "4.2.3",
4
+ "version": "4.2.4",
5
5
  "scripts": {
6
6
  "host": "vite --host",
7
7
  "dev": "vite dev",