@prisma/studio-core 0.0.0-dev.202505012237 → 0.0.0-dev.202505012319

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
@@ -917,6 +917,9 @@ video {
917
917
  .ps-resize-none {
918
918
  resize: none;
919
919
  }
920
+ .ps-resize {
921
+ resize: both;
922
+ }
920
923
  .ps-appearance-none {
921
924
  -webkit-appearance: none;
922
925
  -moz-appearance: none;
@@ -1448,7 +1451,24 @@ body {
1448
1451
  min-width: calc(var(--radix-popover-trigger-width) + 1px);
1449
1452
  }
1450
1453
 
1451
- .ps-cell-leading {
1454
+ .ps-cell-input-base {
1455
+ padding-top: 11px;
1456
+ padding-bottom: 11px;
1457
+ font-size: 0.75rem;
1458
+ line-height: 1rem;
1459
+ line-height: 1;
1460
+ }
1461
+
1462
+ @media (min-width: 768px) {
1463
+
1464
+ .ps-cell-input-base {
1465
+ font-size: 0.75rem;
1466
+ line-height: 1rem;
1467
+ line-height: 1;
1468
+ }
1469
+ }
1470
+
1471
+ .ps-cell-input-leading {
1452
1472
  height: var(--studio-cell-height);
1453
1473
  padding-top: 11px;
1454
1474
  padding-bottom: 11px;
@@ -1459,7 +1479,7 @@ body {
1459
1479
 
1460
1480
  @media (min-width: 768px) {
1461
1481
 
1462
- .ps-cell-leading {
1482
+ .ps-cell-input-leading {
1463
1483
  font-size: 0.75rem;
1464
1484
  line-height: 1rem;
1465
1485
  line-height: 1;
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { A as Adapter } from '../adapter-61uOYxS-.cjs';
2
+ import { A as Adapter } from '../adapter-CKFCHq71.cjs';
3
3
 
4
4
  interface StudioProps {
5
5
  adapter: Adapter;
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { A as Adapter } from '../adapter-61uOYxS-.js';
2
+ import { A as Adapter } from '../adapter-CKFCHq71.js';
3
3
 
4
4
  interface StudioProps {
5
5
  adapter: Adapter;