@powerhousedao/powerhouse-vetra-packages 6.0.0-dev.58 → 6.0.0-dev.60

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.
@@ -358,6 +358,9 @@
358
358
  .cursor-pointer {
359
359
  cursor: pointer;
360
360
  }
361
+ .resize {
362
+ resize: both;
363
+ }
361
364
  .resize-none {
362
365
  resize: none;
363
366
  }