@prisma/studio-core 0.0.0-dev.202505140911 → 0.0.0-dev.202505140954

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.css CHANGED
@@ -706,6 +706,9 @@ video {
706
706
  .ps-mt-0 {
707
707
  margin-top: 0px;
708
708
  }
709
+ .ps-mt-1 {
710
+ margin-top: 0.25rem;
711
+ }
709
712
  .ps-mt-4 {
710
713
  margin-top: 1rem;
711
714
  }
@@ -1069,6 +1072,9 @@ video {
1069
1072
  .ps-items-center {
1070
1073
  align-items: center;
1071
1074
  }
1075
+ .ps-justify-start {
1076
+ justify-content: flex-start;
1077
+ }
1072
1078
  .ps-justify-center {
1073
1079
  justify-content: center;
1074
1080
  }