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