@prisma/studio-core 0.0.0-dev.202505082136 → 0.0.0-dev.202505082228

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
@@ -681,6 +681,9 @@ video {
681
681
  .ps-ml-1 {
682
682
  margin-left: 0.25rem;
683
683
  }
684
+ .ps-ml-2 {
685
+ margin-left: 0.5rem;
686
+ }
684
687
  .ps-ml-6 {
685
688
  margin-left: 1.5rem;
686
689
  }
@@ -1107,6 +1110,9 @@ video {
1107
1110
  border-top-left-radius: var(--radius);
1108
1111
  border-top-right-radius: var(--radius);
1109
1112
  }
1113
+ .ps-rounded-bl-none {
1114
+ border-bottom-left-radius: 0px;
1115
+ }
1110
1116
  .ps-border {
1111
1117
  border-width: 1px;
1112
1118
  }