@prisma/studio-core 0.0.0-dev.202505061750 → 0.0.0-dev.202505061807
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 +42 -26
- package/dist/ui/index.css +3 -10
- package/dist/ui/index.js +18 -2
- package/package.json +1 -1
package/dist/ui/index.css
CHANGED
|
@@ -672,6 +672,9 @@ video {
|
|
|
672
672
|
margin-top: 0.25rem;
|
|
673
673
|
margin-bottom: 0.25rem;
|
|
674
674
|
}
|
|
675
|
+
.ps-ml-1 {
|
|
676
|
+
margin-left: 0.25rem;
|
|
677
|
+
}
|
|
675
678
|
.ps-ml-auto {
|
|
676
679
|
margin-left: auto;
|
|
677
680
|
}
|
|
@@ -820,9 +823,6 @@ video {
|
|
|
820
823
|
.ps-min-w-\[8rem\] {
|
|
821
824
|
min-width: 8rem;
|
|
822
825
|
}
|
|
823
|
-
.ps-min-w-\[var\(--radix-popover-trigger-width\)\] {
|
|
824
|
-
min-width: var(--radix-popover-trigger-width);
|
|
825
|
-
}
|
|
826
826
|
.ps-min-w-\[var\(--radix-select-trigger-width\)\] {
|
|
827
827
|
min-width: var(--radix-select-trigger-width);
|
|
828
828
|
}
|
|
@@ -832,10 +832,6 @@ video {
|
|
|
832
832
|
.ps-max-w-lg {
|
|
833
833
|
max-width: 32rem;
|
|
834
834
|
}
|
|
835
|
-
.ps-max-w-min {
|
|
836
|
-
max-width: -moz-min-content;
|
|
837
|
-
max-width: min-content;
|
|
838
|
-
}
|
|
839
835
|
.ps-flex-1 {
|
|
840
836
|
flex: 1 1 0%;
|
|
841
837
|
}
|
|
@@ -950,9 +946,6 @@ video {
|
|
|
950
946
|
.ps-flex-col-reverse {
|
|
951
947
|
flex-direction: column-reverse;
|
|
952
948
|
}
|
|
953
|
-
.ps-flex-wrap {
|
|
954
|
-
flex-wrap: wrap;
|
|
955
|
-
}
|
|
956
949
|
.ps-items-start {
|
|
957
950
|
align-items: flex-start;
|
|
958
951
|
}
|