[x] Move show example buttons into same row as proof explorer
The Encoded textarea did not resize after decoding and displaying a UCAN. The problem was that we set a static number of rows for the textarea. The TextArea component requires some value for rows, so the fix was to use a plain <textarea> with the Carbon bx--text-area styles and some CSS grid to set a minimum height and auto-sizing.
I also noticed the show example buttons were in a weird place in the markup, and moved them down to be with the proof explorer.
Summary
This PR fixes the following bugs
The Encoded textarea did not resize after decoding and displaying a UCAN. The problem was that we set a static number of rows for the textarea. The TextArea component requires some value for rows, so the fix was to use a plain
<textarea>
with the Carbonbx--text-area
styles and some CSS grid to set a minimum height and auto-sizing.I also noticed the show example buttons were in a weird place in the markup, and moved them down to be with the proof explorer.
Test plan (required)
Closing issues
Closes #5