@powerhousedao/vetra 6.0.0-dev.58 → 6.0.0-dev.59

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/style.css CHANGED
@@ -348,6 +348,9 @@
348
348
  .cursor-pointer {
349
349
  cursor: pointer;
350
350
  }
351
+ .resize {
352
+ resize: both;
353
+ }
351
354
  .resize-none {
352
355
  resize: none;
353
356
  }