jaikamat / clubhouse-pos-importer

Monorepo for an LGS's inventory management system
1 stars 0 forks source link

Wrap receiving form inputs #233

Closed jaikamat closed 3 years ago

jaikamat commented 3 years ago

Summary

Improper use of Semantic-UI-React's form input API led to form inputs not stacking and instead overflowing into the parent Segment container, which obscured the marketPrice input.

This PR fixes that!