@prisma/studio-core 0.0.0-dev.202505071356 → 0.0.0-dev.202505071401

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.
package/dist/ui/index.css CHANGED
@@ -816,9 +816,6 @@ video {
816
816
  .ps-w-\[var\(--dragging-width\)\] {
817
817
  width: var(--dragging-width);
818
818
  }
819
- .ps-w-auto {
820
- width: auto;
821
- }
822
819
  .ps-w-full {
823
820
  width: 100%;
824
821
  }
@@ -1572,6 +1569,10 @@ body {
1572
1569
  color: hsl(var(--muted-foreground));
1573
1570
  }
1574
1571
 
1572
+ .last\:ps-border-r-0:last-child {
1573
+ border-right-width: 0px;
1574
+ }
1575
+
1575
1576
  .hover\:ps-border-table-border:hover {
1576
1577
  border-color: hsl(var(--table-border));
1577
1578
  }