YaleDHLab / nhba

A digital archive of New Haven's architecture
https://nhba.yale.edu
4 stars 4 forks source link

Style RichTextArea as tablecell and accept height prop #306

Closed spaceraccoon closed 6 years ago

spaceraccoon commented 6 years ago

Resolves #304

Changes rich text area to table-cell so that it displays like other full-width form elements. Also add height prop to replace rows prop functionality used by TextArea. Also adds table-layout: fixed to full-width class to prevent quill editor from dynamically resizing width and exceeding div boundaries.