@prisma/studio-core 0.0.0-dev.202505081835 → 0.0.0-dev.202505082042
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 +23 -23
- package/dist/ui/index.css +0 -6
- package/dist/ui/index.js +2 -2
- package/package.json +2 -2
package/dist/ui/index.css
CHANGED
|
@@ -678,9 +678,6 @@ video {
|
|
|
678
678
|
.ps-ml-1 {
|
|
679
679
|
margin-left: 0.25rem;
|
|
680
680
|
}
|
|
681
|
-
.ps-ml-2 {
|
|
682
|
-
margin-left: 0.5rem;
|
|
683
|
-
}
|
|
684
681
|
.ps-ml-6 {
|
|
685
682
|
margin-left: 1.5rem;
|
|
686
683
|
}
|
|
@@ -1101,9 +1098,6 @@ video {
|
|
|
1101
1098
|
border-top-left-radius: var(--radius);
|
|
1102
1099
|
border-top-right-radius: var(--radius);
|
|
1103
1100
|
}
|
|
1104
|
-
.ps-rounded-bl-none {
|
|
1105
|
-
border-bottom-left-radius: 0px;
|
|
1106
|
-
}
|
|
1107
1101
|
.ps-border {
|
|
1108
1102
|
border-width: 1px;
|
|
1109
1103
|
}
|