@prisma/studio-core 0.0.0-dev.202505071902 → 0.0.0-dev.202505072121
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 +33 -33
- package/dist/ui/index.css +0 -9
- package/dist/ui/index.js +2 -2
- package/package.json +1 -1
package/dist/ui/index.css
CHANGED
|
@@ -813,9 +813,6 @@ video {
|
|
|
813
813
|
.ps-w-\[1\.2rem\] {
|
|
814
814
|
width: 1.2rem;
|
|
815
815
|
}
|
|
816
|
-
.ps-w-\[var\(--dragging-width\)\] {
|
|
817
|
-
width: var(--dragging-width);
|
|
818
|
-
}
|
|
819
816
|
.ps-w-auto {
|
|
820
817
|
width: auto;
|
|
821
818
|
}
|
|
@@ -1537,12 +1534,6 @@ body {
|
|
|
1537
1534
|
}
|
|
1538
1535
|
}
|
|
1539
1536
|
|
|
1540
|
-
.ps-table-cell-select {
|
|
1541
|
-
width: 40px;
|
|
1542
|
-
min-width: 40px;
|
|
1543
|
-
max-width: 40px;
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
1537
|
.file\:ps-border-0::file-selector-button {
|
|
1547
1538
|
border-width: 0px;
|
|
1548
1539
|
}
|