@likable-hair/svelte 4.2.2 → 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.
@@ -656,8 +656,6 @@ function resizeHeader(th, header) {
656
656
 
657
657
  .table.resizable td, th {
658
658
  text-overflow: ellipsis;
659
- overflow: hidden;
660
- white-space: nowrap;
661
659
  }
662
660
 
663
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.2",
4
+ "version": "4.2.4",
5
5
  "scripts": {
6
6
  "host": "vite --host",
7
7
  "dev": "vite dev",