@prisma/studio-core 0.0.0-dev.202505092016 → 0.0.0-dev.202505092023
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 +6 -0
- package/dist/ui/index.js +2 -2
- package/package.json +1 -1
package/dist/ui/index.css
CHANGED
|
@@ -850,6 +850,9 @@ video {
|
|
|
850
850
|
.ps-w-\[1\.2rem\] {
|
|
851
851
|
width: 1.2rem;
|
|
852
852
|
}
|
|
853
|
+
.ps-w-\[calc\(var\(--radix-popover-trigger-width\)_\+_1px\)\] {
|
|
854
|
+
width: calc(var(--radix-popover-trigger-width) + 1px);
|
|
855
|
+
}
|
|
853
856
|
.ps-w-auto {
|
|
854
857
|
width: auto;
|
|
855
858
|
}
|
|
@@ -874,6 +877,9 @@ video {
|
|
|
874
877
|
.ps-min-w-0 {
|
|
875
878
|
min-width: 0px;
|
|
876
879
|
}
|
|
880
|
+
.ps-min-w-\[200px\] {
|
|
881
|
+
min-width: 200px;
|
|
882
|
+
}
|
|
877
883
|
.ps-min-w-\[8rem\] {
|
|
878
884
|
min-width: 8rem;
|
|
879
885
|
}
|