@prisma/studio-core 0.0.0-dev.202505091007 → 0.0.0-dev.202505091017
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 -0
- package/dist/ui/index.js +2 -2
- package/package.json +1 -1
package/dist/ui/index.css
CHANGED
|
@@ -768,6 +768,9 @@ video {
|
|
|
768
768
|
.ps-max-h-\[--radix-select-content-available-height\] {
|
|
769
769
|
max-height: var(--radix-select-content-available-height);
|
|
770
770
|
}
|
|
771
|
+
.ps-max-h-\[520px\] {
|
|
772
|
+
max-height: 520px;
|
|
773
|
+
}
|
|
771
774
|
.ps-max-h-\[var\(--radix-dropdown-menu-content-available-height\)\] {
|
|
772
775
|
max-height: var(--radix-dropdown-menu-content-available-height);
|
|
773
776
|
}
|